Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 22, 2025
1 parent 471c8e7 commit c9e9b70
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>rocker</artifactId>
<packaging>pom</packaging>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>

<parent>
<groupId>com.fizzed</groupId>
Expand All @@ -14,7 +14,7 @@
<scm>
<url>/~https://github.com/fizzed/rocker</url>
<connection>scm:git:git@github.com:fizzed/rocker.git</connection>
<tag>HEAD</tag>
<tag>v2.2.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion rocker-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-test-reload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-test-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rocker-test-template17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>rocker</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down

0 comments on commit c9e9b70

Please sign in to comment.