Skip to content

Commit

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

<artifactId>java-ml-example</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>2.0.0</version>
<name>java-ml-example</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java-ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.rsultan</groupId>
<artifactId>java-ml-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<name>java-ml</name>
<version>1.4.1-SNAPSHOT</version>
<version>2.0.0</version>
<artifactId>java-ml</artifactId>

<properties>
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>1.4.1-SNAPSHOT</version>
<version>2.0.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.0.0
version.next=2.0.1

0 comments on commit 5786123

Please sign in to comment.