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 d1539e7 commit f8d2c4c
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bootique-jersey-beanvalidation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.jersey</groupId>
<artifactId>bootique-jersey-parent</artifactId>
<version>3.0-M6</version>
<version>3.0-SNAPSHOT</version>
</parent>

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

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

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

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

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

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

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

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

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

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

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

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

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

<dependencyManagement>
Expand Down

0 comments on commit f8d2c4c

Please sign in to comment.