Skip to content

Commit 5b116a0

Browse files
committed
[maven-release-plugin] prepare release 0.0.3
1 parent cac1f53 commit 5b116a0

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

examples/quarkus-greetings/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>examples-quarkus-greetings</artifactId>

examples/quarkus-grpc/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>examples-quarkus-grpc</artifactId>

examples/quarkus-jdbc-mysql/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>examples-quarkus-jdbc-mysql</artifactId>

examples/quarkus-native/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>examples-quarkus-native</artifactId>

examples/quarkus-oidc/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>examples-quarkus-oidc</artifactId>

examples/quarkus-reactive-mysql/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>examples-quarkus-reactive-mysql</artifactId>

examples/quarkus-ssl/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>examples-quarkus-ssl</artifactId>

jester-benchmark/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>jester-benchmark</artifactId>

jester-containers/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>jester-containers</artifactId>

jester-core/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.github.snowdrop.jester</groupId>
66
<artifactId>jester-parent</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>jester-core</artifactId>

0 commit comments

Comments
 (0)