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 Nov 21, 2024
1 parent 30df574 commit 62ec4b9
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bootique-jetty-cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>bootique-jetty-parent</artifactId>
<groupId>io.bootique.jetty</groupId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>bootique-jetty-parent</artifactId>
<groupId>io.bootique.jetty</groupId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-instrumented/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-instrumented</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-jakarta-cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>bootique-jetty-parent</artifactId>
<groupId>io.bootique.jetty</groupId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-jakarta-instrumented/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-jakarta-instrumented</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-jakarta-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-jakarta-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-jakarta-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-jakarta-websocket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty-websocket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-jetty</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>bootique-jetty-parent: parent of Bootique/Jetty integration modules</name>
Expand Down Expand Up @@ -63,7 +63,7 @@
<scm>
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-jetty</developerConnection>
<url>https://github.com/bootique/bootique-jetty</url>
<tag>3.0-M6</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 62ec4b9

Please sign in to comment.