Skip to content

Commit 182ea3d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4081d25 commit 182ea3d

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.3.3</version>
7+
<version>5.3.4-SNAPSHOT</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.3.3</tag>
119+
<tag>REL-5.3-SNAPSHOT</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
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>vpro-shared-parent</artifactId>
55
<groupId>nl.vpro.shared</groupId>
6-
<version>5.3.3</version>
6+
<version>5.3.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>vpro-shared-bom</artifactId>
99
<packaging>pom</packaging>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:git://[email protected]/vpro/vpro-shared.git</connection>
4444
<developerConnection>scm:git:[email protected]:vpro/vpro-shared.git</developerConnection>
4545
<url>https://github.com/vpro/vpro-shared</url>
46-
<tag>REL-5.3.3</tag>
46+
<tag>REL-5.3-SNAPSHOT</tag>
4747
</scm>
4848

4949

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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</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.3.3</version>
8+
<version>5.3.4-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)