Skip to content

Commit

Permalink
[ci skip] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent 53d52f5 commit 2157ad1
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions joiner-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>joiner-core</artifactId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
<parent>
<groupId>cz.encircled</groupId>
<artifactId>joiner-parent</artifactId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion joiner-eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>joiner-parent</artifactId>
<groupId>cz.encircled</groupId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion joiner-kotlin-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>joiner-parent</artifactId>
<groupId>cz.encircled</groupId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion joiner-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>joiner-parent</artifactId>
<groupId>cz.encircled</groupId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion joiner-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>joiner-parent</artifactId>
<groupId>cz.encircled</groupId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions joiner-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>joiner-spring</artifactId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
<parent>
<groupId>cz.encircled</groupId>
<artifactId>joiner-parent</artifactId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion joiner-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>joiner-parent</artifactId>
<groupId>cz.encircled</groupId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>cz.encircled</groupId>
<artifactId>joiner-parent</artifactId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
<name>joiner</name>
<description>Joiner parent module</description>

<url>https://github.com/encircled/Joiner/</url>
<scm>
<connection>scm:git:https://github.com/encircled/Joiner.git</connection>
<url>https://github.com/encircled/Joiner/</url>
<tag>joiner-parent-1.19</tag>
<tag>joiner-parent-1.6</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 2157ad1

Please sign in to comment.