Skip to content

Commit 58342db

Browse files
author
Joseph Hoare
committed
[maven-release-plugin] prepare release astra-2.1.3
1 parent 04164b4 commit 58342db

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.1.3-SNAPSHOT</version>
8+
<version>2.1.3</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.1.3-SNAPSHOT</version>
8+
<version>2.1.3</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.1.3-SNAPSHOT</version>
8+
<version>2.1.3</version>
99
</parent>
1010

1111
<artifactId>astra-example</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.1.3-SNAPSHOT</version>
8+
<version>2.1.3</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.1.3-SNAPSHOT</version>
7+
<version>2.1.3</version>
88
<packaging>pom</packaging>
99

1010
<name>astra</name>
@@ -256,7 +256,7 @@
256256
<connection>scm:git:https://github.com/alfasoftware/astra.git</connection>
257257
<developerConnection>scm:git:git@github.com:alfasoftware/astra.git</developerConnection>
258258
<url>https://github.com/alfasoftware/astra</url>
259-
<tag>HEAD</tag>
259+
<tag>astra-2.1.3</tag>
260260
</scm>
261261

262262
<distributionManagement>

0 commit comments

Comments
 (0)