Skip to content

Commit

Permalink
Merge pull request #249 from /issues/248-version-1.8.0
Browse files Browse the repository at this point in the history
Fix #248: Set release version to 1.8.0
  • Loading branch information
banterCZ authored Dec 12, 2023
2 parents fc0b1d0 + 3e76af5 commit d3a6b66
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.8.0-SNAPSHOT</version>
<version>1.8.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.8.0-SNAPSHOT</version>
<version>1.8.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.8.0-SNAPSHOT</version>
<version>1.8.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.8.0-SNAPSHOT</version>
<version>1.8.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.8.0-SNAPSHOT</version>
<version>1.8.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.8.0-SNAPSHOT</version>
<version>1.8.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.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

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

0 comments on commit d3a6b66

Please sign in to comment.