Skip to content

Commit

Permalink
Merge pull request #328 from /issues/326-version-1.11.0
Browse files Browse the repository at this point in the history
Fix #326: Set release version to 1.11.0
  • Loading branch information
banterCZ authored Oct 2, 2024
2 parents 556ed3e + 76c8775 commit 5501c78
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.getlime.core</groupId>
<artifactId>lime-java-core-parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>

<artifactId>annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion audit-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.getlime.core</groupId>
<artifactId>lime-java-core-parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>

<artifactId>audit-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.getlime.core</groupId>
<artifactId>lime-java-core-parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>

<artifactId>core-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.getlime.core</groupId>
<artifactId>lime-java-core-parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>

<artifactId>http-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Wultra - Core Java Libraries</description>
<groupId>io.getlime.core</groupId>
<artifactId>lime-java-core-parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion rest-client-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.getlime.core</groupId>
<artifactId>lime-java-core-parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>

<artifactId>rest-client-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest-model-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.getlime.core</groupId>
<artifactId>lime-java-core-parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
</parent>

<artifactId>rest-model-base</artifactId>
Expand Down

0 comments on commit 5501c78

Please sign in to comment.