Skip to content

Commit e34ab3b

Browse files
author
xyz-hub-dev
committed
[maven-release-plugin] prepare for next development iteration
1 parent 673005d commit e34ab3b

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<groupId>com.here.xyz</groupId>
4242
<artifactId>xyz-hub</artifactId>
43-
<version>3.22.75</version>
43+
<version>3.22.76-SNAPSHOT</version>
4444
<packaging>pom</packaging>
4545

4646
<modules>
@@ -57,7 +57,7 @@
5757
<url>https://github.com/heremaps/xyz-hub</url>
5858
<connection>scm:git:git://github.com/heremaps/xyz-hub.git</connection>
5959
<developerConnection>scm:git:ssh://git@github.com/heremaps/xyz-hub.git</developerConnection>
60-
<tag>3.22.75</tag>
60+
<tag>HEAD</tag>
6161
</scm>
6262

6363
<distributionManagement>

xyz-connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>com.here.xyz</groupId>
2626
<artifactId>xyz-hub</artifactId>
2727
<relativePath>../pom.xml</relativePath>
28-
<version>3.22.75</version>
28+
<version>3.22.76-SNAPSHOT</version>
2929
</parent>
3030

3131
<licenses>

xyz-hub-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>com.here.xyz</groupId>
2626
<artifactId>xyz-hub</artifactId>
2727
<relativePath>../pom.xml</relativePath>
28-
<version>3.22.75</version>
28+
<version>3.22.76-SNAPSHOT</version>
2929
</parent>
3030

3131
<licenses>

xyz-hub-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>com.here.xyz</groupId>
2626
<artifactId>xyz-hub</artifactId>
2727
<relativePath>../pom.xml</relativePath>
28-
<version>3.22.75</version>
28+
<version>3.22.76-SNAPSHOT</version>
2929
</parent>
3030

3131
<licenses>

xyz-jobs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.here.xyz</groupId>
66
<artifactId>xyz-hub</artifactId>
7-
<version>3.22.75</version>
7+
<version>3.22.76-SNAPSHOT</version>
88
</parent>
99

1010
<name>XYZ Job Framework</name>

xyz-jobs/xyz-job-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.here.xyz</groupId>
2424
<artifactId>xyz-jobs</artifactId>
25-
<version>3.22.75</version>
25+
<version>3.22.76-SNAPSHOT</version>
2626
</parent>
2727

2828
<name>XYZ Job Service</name>

xyz-jobs/xyz-job-steps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.here.xyz</groupId>
2424
<artifactId>xyz-jobs</artifactId>
25-
<version>3.22.75</version>
25+
<version>3.22.76-SNAPSHOT</version>
2626
</parent>
2727

2828
<name>XYZ Job Steps</name>

xyz-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>com.here.xyz</groupId>
2626
<artifactId>xyz-hub</artifactId>
2727
<relativePath>../pom.xml</relativePath>
28-
<version>3.22.75</version>
28+
<version>3.22.76-SNAPSHOT</version>
2929
</parent>
3030

3131
<licenses>

xyz-psql-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>com.here.xyz</groupId>
2626
<artifactId>xyz-hub</artifactId>
2727
<relativePath>../pom.xml</relativePath>
28-
<version>3.22.75</version>
28+
<version>3.22.76-SNAPSHOT</version>
2929
</parent>
3030

3131
<licenses>

xyz-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.here.xyz</groupId>
2525
<artifactId>xyz-hub</artifactId>
2626
<relativePath>../pom.xml</relativePath>
27-
<version>3.22.75</version>
27+
<version>3.22.76-SNAPSHOT</version>
2828
</parent>
2929

3030
<licenses>

0 commit comments

Comments
 (0)