Skip to content

Commit a6474d6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f572dd9 commit a6474d6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.packager</groupId>
66
<artifactId>packager</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>packager-core</artifactId>

deb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.packager</groupId>
66
<artifactId>packager</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>packager-deb</artifactId>

pom.xml

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

66
<groupId>org.eclipse.packager</groupId>
77
<artifactId>packager</artifactId>
8-
<version>0.21.0</version>
8+
<version>0.21.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Eclipse Packager</name>
@@ -42,7 +42,7 @@
4242
<url>https://github.com/eclipse/packager</url>
4343
<connection>scm:git:git://github.com/eclipse/packager.git</connection>
4444
<developerConnection>scm:git:git@github.com:eclipse/packager.git</developerConnection>
45-
<tag>v0.21.0</tag>
45+
<tag>HEAD</tag>
4646
</scm>
4747

4848
<issueManagement>

rpm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.packager</groupId>
66
<artifactId>packager</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>packager-rpm</artifactId>

0 commit comments

Comments
 (0)