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 6dd848a commit 6c07bd1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bootique-cxf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bootique-cxf-parent</artifactId>
<groupId>io.bootique.cxf</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

<artifactId>bootique-cxf-jakarta-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-cxf-jakarta-jaxws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bootique-cxf-parent</artifactId>
<groupId>io.bootique.cxf</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions bootique-cxf-jakarta-jaxws-it/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>bootique-cxf-parent</artifactId>
<groupId>io.bootique.cxf</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

<artifactId>bootique-cxf-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-cxf-jaxws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bootique-cxf-parent</artifactId>
<groupId>io.bootique.cxf</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions bootique-cxf-jaxws-it/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>bootique-cxf-parent</artifactId>
<groupId>io.bootique.cxf</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bootique-cxf-jaxws-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.bootique.cxf</groupId>
<artifactId>bootique-cxf-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>

<artifactId>bootique-cxf-jaxws-server</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.cxf</groupId>
<artifactId>bootique-cxf-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
<packaging>pom</packaging>

<name>bootique-cxf-parent</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<scm>
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-cxf</developerConnection>
<url>https://github.com/bootique/bootique-cxf</url>
<tag>HEAD</tag>
<tag>3.0-M3</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 6c07bd1

Please sign in to comment.