Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz-hub-dev committed Sep 27, 2024
1 parent 71edb7b commit b3f2038
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -58,7 +58,7 @@
<url>https://github.com/heremaps/xyz-hub</url>
<connection>scm:git:git://github.com/heremaps/xyz-hub.git</connection>
<developerConnection>scm:git:ssh://[email protected]/heremaps/xyz-hub.git</developerConnection>
<tag>3.10.13</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion xyz-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion xyz-hub-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion xyz-hub-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion xyz-jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<name>XYZ Job Framework</name>
Expand Down
2 changes: 1 addition & 1 deletion xyz-jobs/xyz-job-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.here.xyz</groupId>
<artifactId>xyz-jobs</artifactId>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<name>XYZ Job Service</name>
Expand Down
2 changes: 1 addition & 1 deletion xyz-jobs/xyz-job-steps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.here.xyz</groupId>
<artifactId>xyz-jobs</artifactId>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<name>XYZ Job Steps</name>
Expand Down
2 changes: 1 addition & 1 deletion xyz-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion xyz-psql-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion xyz-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.here.xyz</groupId>
<artifactId>xyz-hub</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.10.13</version>
<version>3.10.14-SNAPSHOT</version>
</parent>

<licenses>
Expand Down

0 comments on commit b3f2038

Please sign in to comment.