Skip to content

Commit 7ce6a0e

Browse files
committed
[maven-release-plugin] prepare release v3.0.0
1 parent ac15b1f commit 7ce6a0e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.sanctionco.thunder</groupId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<name>api</name>
1212
<artifactId>api</artifactId>
1313
<packaging>jar</packaging>
14-
<version>2.1.1-SNAPSHOT</version>
14+
<version>3.0.0</version>
1515

1616
<build>
1717
<plugins>

application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.sanctionco.thunder</groupId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<name>application</name>
1212
<artifactId>application</artifactId>
1313
<packaging>jar</packaging>
14-
<version>2.1.1-SNAPSHOT</version>
14+
<version>3.0.0</version>
1515

1616
<build>
1717
<plugins>

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.sanctionco.thunder</groupId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<name>client</name>
1212
<artifactId>client</artifactId>
1313
<packaging>jar</packaging>
14-
<version>2.1.1-SNAPSHOT</version>
14+
<version>3.0.0</version>
1515

1616
<build>
1717
<plugins>

pom.xml

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

55
<groupId>com.sanctionco.thunder</groupId>
66
<artifactId>parent</artifactId>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Thunder</name>
@@ -15,7 +15,7 @@
1515
<url>https://github.com/RohanNagar/thunder</url>
1616
<connection>scm:git:git@github.com:RohanNagar/thunder</connection>
1717
<developerConnection>scm:git:git@github.com:RohanNagar/thunder</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>v3.0.0</tag>
1919
</scm>
2020

2121
<licenses>

0 commit comments

Comments
 (0)