Skip to content

Commit cf8137e

Browse files
author
Joseph Hoare
committed
[maven-release-plugin] prepare for next development iteration
1 parent f1356ad commit cf8137e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

astra-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>astra</artifactId>
77
<groupId>org.alfasoftware</groupId>
8-
<version>2.4.1</version>
8+
<version>2.4.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>astra-cli</artifactId>

astra-core/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.alfasoftware</groupId>
77
<artifactId>astra</artifactId>
8-
<version>2.4.1</version>
8+
<version>2.4.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>astra-core</artifactId>

astra-example/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.alfasoftware</groupId>
77
<artifactId>astra</artifactId>
8-
<version>2.4.1</version>
8+
<version>2.4.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>astra-example</artifactId>

astra-maven-plugin/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.alfasoftware</groupId>
77
<artifactId>astra</artifactId>
8-
<version>2.4.1</version>
8+
<version>2.4.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>astra-maven-plugin</artifactId>

astra-testing/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.alfasoftware</groupId>
77
<artifactId>astra</artifactId>
8-
<version>2.4.1</version>
8+
<version>2.4.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>astra-testing</artifactId>

pom.xml

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

55
<groupId>org.alfasoftware</groupId>
66
<artifactId>astra</artifactId>
7-
<version>2.4.1</version>
7+
<version>2.4.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>astra</name>
@@ -291,7 +291,7 @@
291291
<connection>scm:git:https://github.com/alfasoftware/astra.git</connection>
292292
<developerConnection>scm:git:git@github.com:alfasoftware/astra.git</developerConnection>
293293
<url>https://github.com/alfasoftware/astra</url>
294-
<tag>astra-2.4.1</tag>
294+
<tag>HEAD</tag>
295295
</scm>
296296

297297
<distributionManagement>

0 commit comments

Comments
 (0)