Skip to content

Commit fe619d7

Browse files
committed
[maven-release-plugin] prepare release v2.4.0
1 parent 957c960 commit fe619d7

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>rocker</artifactId>
55
<name>rocker</name>
66
<packaging>pom</packaging>
7-
<version>2.3.4-SNAPSHOT</version>
7+
<version>2.4.0</version>
88

99
<parent>
1010
<groupId>com.fizzed</groupId>
@@ -15,7 +15,7 @@
1515
<scm>
1616
<url>https://github.com/fizzed/rocker</url>
1717
<connection>scm:git:[email protected]:fizzed/rocker.git</connection>
18-
<tag>HEAD</tag>
18+
<tag>v2.4.0</tag>
1919
</scm>
2020

2121
<properties>

rocker-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<dependencyManagement>

rocker-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<properties>

rocker-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<properties>

rocker-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<properties>

rocker-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<properties>

rocker-test-reload/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<properties>

rocker-test-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<properties>

rocker-test-template17/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fizzed</groupId>
1010
<artifactId>rocker</artifactId>
11-
<version>2.3.4-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
</parent>
1313

1414
<properties>

0 commit comments

Comments
 (0)