Skip to content

Commit 981bcaf

Browse files
[maven-release-plugin] prepare release 0.0.2
1 parent 0de2c6f commit 981bcaf

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.proxy-wasm</groupId>
77
<artifactId>quarkus-proxy-wasm-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-proxy-wasm-deployment</artifactId>

docs/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.proxy-wasm</groupId>
66
<artifactId>quarkus-proxy-wasm-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/corazawaf-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.proxy-wasm</groupId>
77
<artifactId>quarkus-proxy-wasm-integration-tests-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

integration-tests/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.proxy-wasm</groupId>
77
<artifactId>quarkus-proxy-wasm-integration-tests-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-proxy-wasm-integration-tests</artifactId>

integration-tests/kuadrant-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.proxy-wasm</groupId>
77
<artifactId>quarkus-proxy-wasm-integration-tests-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.proxy-wasm</groupId>
77
<artifactId>quarkus-proxy-wasm-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-proxy-wasm-integration-tests-parent</artifactId>

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.proxy-wasm</groupId>
1212
<artifactId>quarkus-proxy-wasm-parent</artifactId>
13-
<version>999-SNAPSHOT</version>
13+
<version>0.0.2</version>
1414
<packaging>pom</packaging>
1515
<name>Quarkus Proxy Wasm - Parent</name>
1616

@@ -24,7 +24,7 @@
2424
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-proxy-wasm.git</developerConnection>
2525
<url>https://github.com/quarkiverse/quarkus-proxy-wasm</url>
2626

27-
<tag>HEAD</tag>
27+
<tag>0.0.2</tag>
2828
</scm>
2929

3030
<properties>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.proxy-wasm</groupId>
77
<artifactId>quarkus-proxy-wasm-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-proxy-wasm</artifactId>

0 commit comments

Comments
 (0)