Skip to content

Commit ea18b8d

Browse files
committed
[maven-release-plugin] prepare branch REL-8.4-SNAPSHOT
1 parent 2fb4017 commit ea18b8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.poms</groupId>
66
<artifactId>poms-bom</artifactId>
7-
<version>8.4-SNAPSHOT</version>
7+
<version>8.4.0-SNAPSHOT</version>
88
<name>poms-bom</name>
99
<packaging>pom</packaging>
1010

@@ -77,7 +77,7 @@
7777
<connection>scm:git:${project.scm.url}</connection>
7878
<developerConnection>scm:git:${project.scm.url}</developerConnection>
7979
<url>https://github.com/npo-poms/poms-parent.git</url>
80-
<tag>HEAD</tag>
80+
<tag>REL-8.4-SNAPSHOT</tag>
8181
</scm>
8282
<distributionManagement>
8383
<snapshotRepository>

poms-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>nl.vpro.poms</groupId>
55
<artifactId>poms-bom</artifactId>
6-
<version>8.4-SNAPSHOT</version>
6+
<version>8.4.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>poms-parent</artifactId>
99
<packaging>pom</packaging>

poms-private/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>nl.vpro.poms</groupId>
55
<artifactId>poms-parent</artifactId>
6-
<version>8.4-SNAPSHOT</version>
6+
<version>8.4.0-SNAPSHOT</version>
77
<relativePath>../poms-parent</relativePath>
88
</parent>
99
<artifactId>poms-parent-private</artifactId>

0 commit comments

Comments
 (0)