Skip to content

Commit 24ca331

Browse files
author
Joseph Hoare
committed
[maven-release-plugin] prepare release astra-2.2.4
1 parent 2bb491e commit 24ca331

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

astra-cli/pom.xml

+1-1
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.2.4-SNAPSHOT</version>
8+
<version>2.2.4</version>
99
</parent>
1010

1111
<artifactId>astra-cli</artifactId>

astra-core/pom.xml

+1-1
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.2.4-SNAPSHOT</version>
8+
<version>2.2.4</version>
99
</parent>
1010

1111
<artifactId>astra-core</artifactId>

astra-example/pom.xml

+1-1
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.2.4-SNAPSHOT</version>
8+
<version>2.2.4</version>
99
</parent>
1010

1111
<artifactId>astra-example</artifactId>

astra-testing/pom.xml

+1-1
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.2.4-SNAPSHOT</version>
8+
<version>2.2.4</version>
99
</parent>
1010

1111
<artifactId>astra-testing</artifactId>

pom.xml

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

1010
<name>astra</name>
@@ -257,7 +257,7 @@
257257
<connection>scm:git:https://github.com/alfasoftware/astra.git</connection>
258258
<developerConnection>scm:git:[email protected]:alfasoftware/astra.git</developerConnection>
259259
<url>https://github.com/alfasoftware/astra</url>
260-
<tag>HEAD</tag>
260+
<tag>astra-2.2.4</tag>
261261
</scm>
262262

263263
<distributionManagement>

0 commit comments

Comments
 (0)