Skip to content

Commit 542953e

Browse files
committed
[maven-release-plugin] prepare release 0.12.0
1 parent 9ebcb72 commit 542953e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.cxf</groupId>
66
<artifactId>quarkus-cxf-parent</artifactId>
7-
<version>0.12.0-SNAPSHOT</version>
7+
<version>0.12.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.cxf</groupId>
66
<artifactId>quarkus-cxf-parent</artifactId>
7-
<version>0.12.0-SNAPSHOT</version>
7+
<version>0.12.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.quarkiverse.cxf</groupId>
1212
<artifactId>quarkus-cxf-parent</artifactId>
13-
<version>0.12.0-SNAPSHOT</version>
13+
<version>0.12.0</version>
1414
<name>Quarkus CXF Extension - Parent</name>
1515

1616
<packaging>pom</packaging>
@@ -59,7 +59,7 @@
5959
<url>https://github.com/quarkiverse/quarkiverse-cxf</url>
6060
<connection>scm:git:https://github.com/quarkiverse/quarkiverse-cxf.git</connection>
6161
<developerConnection>scm:git:https://github.com/quarkiverse/quarkiverse-cxf.git</developerConnection>
62-
<tag>HEAD</tag>
62+
<tag>0.12.0</tag>
6363
</scm>
6464

6565
<modules>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.cxf</groupId>
66
<artifactId>quarkus-cxf-parent</artifactId>
7-
<version>0.12.0-SNAPSHOT</version>
7+
<version>0.12.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)