Skip to content

Commit 70d1b1b

Browse files
author
Joseph Hoare
committed
[maven-release-plugin] prepare release astra-2.4.0
1 parent a76ecd2 commit 70d1b1b

File tree

6 files changed

+42
-43
lines changed

6 files changed

+42
-43
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.3.1-SNAPSHOT</version>
8+
<version>2.4.0</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.3.1-SNAPSHOT</version>
8+
<version>2.4.0</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.3.1-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>astra-example</artifactId>

astra-maven-plugin/pom.xml

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
1-
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4-
<modelVersion>4.0.0</modelVersion>
5-
6-
<parent>
7-
<groupId>org.alfasoftware</groupId>
8-
<artifactId>astra</artifactId>
9-
<version>2.3.1-SNAPSHOT</version>
10-
</parent>
11-
12-
<artifactId>astra-maven-plugin</artifactId>
13-
<packaging>maven-plugin</packaging>
14-
<name>ASTRA maven plugin</name>
15-
16-
<dependencies>
17-
<dependency>
18-
<groupId>org.alfasoftware</groupId>
19-
<artifactId>astra-core</artifactId>
20-
</dependency>
21-
22-
<dependency>
23-
<groupId>org.apache.maven</groupId>
24-
<artifactId>maven-plugin-api</artifactId>
25-
<scope>provided</scope>
26-
</dependency>
27-
<dependency>
28-
<groupId>org.apache.maven.plugin-tools</groupId>
29-
<artifactId>maven-plugin-annotations</artifactId>
30-
</dependency>
31-
<dependency>
32-
<groupId>org.apache.maven</groupId>
33-
<artifactId>maven-core</artifactId>
34-
<scope>provided</scope>
35-
</dependency>
36-
</dependencies>
37-
</project>
1+
<?xml version="1.0"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>org.alfasoftware</groupId>
7+
<artifactId>astra</artifactId>
8+
<version>2.4.0</version>
9+
</parent>
10+
11+
<artifactId>astra-maven-plugin</artifactId>
12+
<packaging>maven-plugin</packaging>
13+
<name>ASTRA maven plugin</name>
14+
15+
<dependencies>
16+
<dependency>
17+
<groupId>org.alfasoftware</groupId>
18+
<artifactId>astra-core</artifactId>
19+
</dependency>
20+
21+
<dependency>
22+
<groupId>org.apache.maven</groupId>
23+
<artifactId>maven-plugin-api</artifactId>
24+
<scope>provided</scope>
25+
</dependency>
26+
<dependency>
27+
<groupId>org.apache.maven.plugin-tools</groupId>
28+
<artifactId>maven-plugin-annotations</artifactId>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.apache.maven</groupId>
32+
<artifactId>maven-core</artifactId>
33+
<scope>provided</scope>
34+
</dependency>
35+
</dependencies>
36+
</project>

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

1010
<name>astra</name>
@@ -290,7 +290,7 @@
290290
<connection>scm:git:https://github.com/alfasoftware/astra.git</connection>
291291
<developerConnection>scm:git:git@github.com:alfasoftware/astra.git</developerConnection>
292292
<url>https://github.com/alfasoftware/astra</url>
293-
<tag>HEAD</tag>
293+
<tag>astra-2.4.0</tag>
294294
</scm>
295295

296296
<distributionManagement>

0 commit comments

Comments
 (0)