Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Mar 17, 2023
1 parent a9bf760 commit bf80399
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>bkvm-parent</artifactId>
<packaging>pom</packaging>
<groupId>org.bkvm</groupId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.1-SNAPSHOT</version>
<name>BKVM :: Parent</name>
<url>https://bkvm.org</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion site-skin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.bkvm</groupId>
<artifactId>bkvm-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.bkvm</groupId>
<artifactId>bkvm-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.bkvm</groupId>
<artifactId>bkvm-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bkvm</groupId>
<artifactId>bkvm-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit bf80399

Please sign in to comment.