Skip to content

Commit

Permalink
release: v-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remisultan committed Dec 8, 2021
1 parent 3686183 commit 6e44f96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java-ml-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>java-ml-parent</artifactId>
<groupId>org.rsultan</groupId>
<version>2.1.4-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>java-ml-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.rsultan</groupId>
<artifactId>java-ml-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>java-ml</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rsultan</groupId>
<artifactId>java-ml-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.2.0</version>
<name>java-ml-parent</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version.next=2.2.0
version.next=2.2.1

0 comments on commit 6e44f96

Please sign in to comment.