Skip to content

Commit

Permalink
Updates version to 1.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Schnicke <[email protected]>
  • Loading branch information
FrankSchnicke committed Jan 21, 2025
1 parent 000cf08 commit 6c6e7c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ or by integrating the respective modules as dependencies from [Maven Central](ht
<dependency>
<groupId>org.eclipse.digitaltwin.aas4j</groupId>
<artifactId>aas4j-model</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
</modules>
<properties>
<revision.major>1</revision.major>
<revision.minor>0</revision.minor>
<revision.patch>4</revision.patch>
<revision.minor>1</revision.minor>
<revision.patch>0-SNAPSHOT</revision.patch>
<revision>${revision.major}.${revision.minor}.${revision.patch}</revision>
<model.version>1.0.4</model.version>
<model.version>1.1.0-SNAPSHOT</model.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 6c6e7c5

Please sign in to comment.