Skip to content

Commit

Permalink
master --> develop sync
Browse files Browse the repository at this point in the history
  • Loading branch information
remisultan committed Dec 8, 2021
2 parents 8464164 + 25e2c40 commit 493c000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions java-ml-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<artifactId>java-ml-parent</artifactId>
<groupId>org.rsultan</groupId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</version>
</parent>

<artifactId>java-ml-example</artifactId>
<version>2.1.3-SNAPSHOT</version>
<name>java-ml-example</name>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions java-ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
<parent>
<groupId>org.rsultan</groupId>
<artifactId>java-ml-parent</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</version>
</parent>

<name>java-ml</name>
<version>2.1.3-SNAPSHOT</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>2.1.3-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</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.0

0 comments on commit 493c000

Please sign in to comment.