Skip to content

Commit 0f022f0

Browse files
committed
[maven-release-plugin] prepare release REL-5.9.0
1 parent 8a67a66 commit 0f022f0

File tree

25 files changed

+28
-28
lines changed

25 files changed

+28
-28
lines changed

pom.xml

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

55
<groupId>nl.vpro.shared</groupId>
66
<artifactId>vpro-shared-parent</artifactId>
7-
<version>5.9.0-SNAPSHOT</version>
7+
<version>5.9.0</version>
88
<packaging>pom</packaging>
99

1010
<name>vpro-shared-parent</name>
@@ -116,7 +116,7 @@
116116
<connection>scm:git:${project.scm.url}</connection>
117117
<developerConnection>scm:git:${project.scm.url}</developerConnection>
118118
<url>https://github.com/vpro/vpro-shared</url>
119-
<tag>REL-5.9-SNAPSHOT</tag>
119+
<tag>REL-5.9.0</tag>
120120
</scm>
121121

122122
<modules>

vpro-shared-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>nl.vpro.shared</groupId>
44
<artifactId>vpro-shared-bom</artifactId>
5-
<version>5.9.0-SNAPSHOT</version>
5+
<version>5.9.0</version>
66
<packaging>pom</packaging>
77
<name>vpro-shared-bom</name>
88
<description>Bill of Materials of modules in vpro shared</description>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:git://[email protected]/vpro/vpro-shared.git</connection>
4141
<developerConnection>scm:git:[email protected]:vpro/vpro-shared.git</developerConnection>
4242
<url>https://github.com/vpro/vpro-shared</url>
43-
<tag>REL-5.9-SNAPSHOT</tag>
43+
<tag>REL-5.9.0</tag>
4444
</scm>
4545

4646

vpro-shared-client-resteasy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010
<artifactId>vpro-shared-client-resteasy</artifactId>
1111
<properties>

vpro-shared-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010
<artifactId>vpro-shared-configuration</artifactId>
1111
<properties>

vpro-shared-elasticsearch-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010

1111
<artifactId>vpro-shared-elasticsearch-client</artifactId>

vpro-shared-elasticsearch-high-level-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010

1111
<artifactId>vpro-shared-elasticsearch-high-level-client</artifactId>

vpro-shared-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010

1111
<artifactId>vpro-shared-elasticsearch</artifactId>

vpro-shared-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010

1111
<artifactId>vpro-shared-guice</artifactId>

vpro-shared-hibernate-search6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010

1111
<artifactId>vpro-shared-hibernate-search6</artifactId>

vpro-shared-hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vpro-shared-parent</artifactId>
77
<groupId>nl.vpro.shared</groupId>
8-
<version>5.9.0-SNAPSHOT</version>
8+
<version>5.9.0</version>
99
</parent>
1010

1111
<artifactId>vpro-shared-hibernate</artifactId>

0 commit comments

Comments
 (0)