Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Apr 4, 2024
1 parent 255d9ff commit b5faf6e
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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</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-SNAPSHOT</version>
<version>3.0-M3</version>
<packaging>pom</packaging>

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

<dependencyManagement>
Expand Down

0 comments on commit b5faf6e

Please sign in to comment.