Skip to content

Commit 24ff398

Browse files
committed
[maven-release-plugin] rollback the release of v3.4
1 parent 1d318b5 commit 24ff398

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docker-dir/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.roag</groupId>
88
<artifactId>rss-2-kindle</artifactId>
9-
<version>3.4</version>
9+
<version>3.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>rss-2-kindle-docker</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.roag</groupId>
77
<artifactId>rss-2-kindle</artifactId>
88
<packaging>pom</packaging>
9-
<version>3.4</version>
9+
<version>3.4-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -246,7 +246,7 @@
246246
</build>
247247
<scm>
248248
<developerConnection>scm:git:https://eurohlam@github.com/eurohlam/rss2kindle.git</developerConnection>
249-
<tag>v3.4</tag>
249+
<tag>HEAD</tag>
250250
</scm>
251251

252252
</project>

rss-2-kindle-camel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.roag</groupId>
88
<artifactId>rss-2-kindle</artifactId>
9-
<version>3.4</version>
9+
<version>3.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>rss-2-kindle-camel</artifactId>

rss-2-kindle-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.roag</groupId>
88
<artifactId>rss-2-kindle</artifactId>
9-
<version>3.4</version>
9+
<version>3.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>rss-2-kindle-common</artifactId>

rss-2-kindle-datasource-mongo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.roag</groupId>
88
<artifactId>rss-2-kindle</artifactId>
9-
<version>3.4</version>
9+
<version>3.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>rss-2-kindle-datasource-mongo</artifactId>

rss-2-kindle-rest-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.roag</groupId>
88
<artifactId>rss-2-kindle</artifactId>
9-
<version>3.4</version>
9+
<version>3.4-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>rss-2-kindle-rest-api</artifactId>

rss-2-kindle-web-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>rss-2-kindle</artifactId>
55
<groupId>org.roag</groupId>
6-
<version>3.4</version>
6+
<version>3.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

rss-2-kindle-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.roag</groupId>
77
<artifactId>rss-2-kindle</artifactId>
8-
<version>3.4</version>
8+
<version>3.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>rss-2-kindle-web</artifactId>

0 commit comments

Comments
 (0)