Skip to content

Commit 78e5bfb

Browse files
author
xyz-hub-dev
committed
[maven-release-plugin] prepare release 3.22.8
1 parent f02f42c commit 78e5bfb

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

pom.xml

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

4242
<groupId>com.here.xyz</groupId>
4343
<artifactId>xyz-hub</artifactId>
44-
<version>3.22.8-SNAPSHOT</version>
44+
<version>3.22.8</version>
4545
<packaging>pom</packaging>
4646

4747
<modules>
@@ -58,7 +58,7 @@
5858
<url>https://github.com/heremaps/xyz-hub</url>
5959
<connection>scm:git:git://github.com/heremaps/xyz-hub.git</connection>
6060
<developerConnection>scm:git:ssh://git@github.com/heremaps/xyz-hub.git</developerConnection>
61-
<tag>HEAD</tag>
61+
<tag>3.22.8</tag>
6262
</scm>
6363

6464
<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.8-SNAPSHOT</version>
28+
<version>3.22.8</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.8-SNAPSHOT</version>
28+
<version>3.22.8</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.8-SNAPSHOT</version>
28+
<version>3.22.8</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.8-SNAPSHOT</version>
7+
<version>3.22.8</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.8-SNAPSHOT</version>
25+
<version>3.22.8</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.8-SNAPSHOT</version>
25+
<version>3.22.8</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.8-SNAPSHOT</version>
28+
<version>3.22.8</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.8-SNAPSHOT</version>
28+
<version>3.22.8</version>
2929
</parent>
3030

3131
<licenses>

xyz-util/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.8-SNAPSHOT</version>
28+
<version>3.22.8</version>
2929
</parent>
3030

3131
<licenses>

0 commit comments

Comments
 (0)