Skip to content

Commit 9d905fe

Browse files
author
Joseph Hoare
committed
[maven-release-plugin] prepare release astra-2.4.2
1 parent a243ef7 commit 9d905fe

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.2-SNAPSHOT</version>
8+
<version>2.4.2</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.2-SNAPSHOT</version>
8+
<version>2.4.2</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.2-SNAPSHOT</version>
8+
<version>2.4.2</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.2-SNAPSHOT</version>
8+
<version>2.4.2</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.2-SNAPSHOT</version>
8+
<version>2.4.2</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.2-SNAPSHOT</version>
7+
<version>2.4.2</version>
88
<packaging>pom</packaging>
99

1010
<name>astra</name>
@@ -294,7 +294,7 @@
294294
<connection>scm:git:https://github.com/alfasoftware/astra.git</connection>
295295
<developerConnection>scm:git:git@github.com:alfasoftware/astra.git</developerConnection>
296296
<url>https://github.com/alfasoftware/astra</url>
297-
<tag>HEAD</tag>
297+
<tag>astra-2.4.2</tag>
298298
</scm>
299299

300300
<distributionManagement>

0 commit comments

Comments
 (0)