Skip to content

Commit

Permalink
Merge pull request #190 from /issues/189-version-1.6.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Fix #189: Set version to 1.6.1-SNAPSHOT
  • Loading branch information
banterCZ authored Jun 23, 2023
2 parents 5ac3d30 + 6a95531 commit afac995
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.6.0</version>
<version>1.6.1-SNAPSHOT</version>
</parent>

<artifactId>audit-base</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.6.0</version>
<version>1.6.1-SNAPSHOT</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.6.0</version>
<version>1.6.1-SNAPSHOT</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.6.0</version>
<version>1.6.1-SNAPSHOT</version>
</parent>

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

0 comments on commit afac995

Please sign in to comment.