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
stariy95 committed Apr 22, 2024
1 parent 12384b7 commit 7cfde28
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bootique-mvc-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-freemarker</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-jakarta-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-jakarta-freemarker</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-jakarta-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-jakarta-mustache</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-jakarta</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-mustache</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>bootique-mvc-parent:</name>
<description>A parent of Bootoque MVC modules.</description>
Expand All @@ -54,7 +54,7 @@
<scm>
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-mvc</developerConnection>
<url>https://github.com/bootique/bootique-mvc</url>
<tag>3.0-M4</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 7cfde28

Please sign in to comment.