Skip to content

Commit 234cd58

Browse files
committed
[maven-release-plugin] prepare release 0.3.0
1 parent 98831ee commit 234cd58

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mongock</groupId>
77
<artifactId>quarkus-mongock-parent</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010

1111
<artifactId>quarkus-mongock-deployment</artifactId>

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mongock</groupId>
77
<artifactId>quarkus-mongock-parent</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mongock</groupId>
77
<artifactId>quarkus-mongock-parent</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010

1111
<artifactId>quarkus-mongock-integration-tests</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>quarkus-mongock-parent</artifactId>
1313
<name>Quarkus Mongock - Parent</name>
1414
<packaging>pom</packaging>
15-
<version>0.3.0-SNAPSHOT</version>
15+
<version>0.3.0</version>
1616

1717
<modules>
1818
<module>deployment</module>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:git@github.com:quarkiverse/quarkus-mongock.git</connection>
2525
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-mongock.git</developerConnection>
2626
<url>https://github.com/quarkiverse/quarkus-mongock</url>
27-
<tag>HEAD</tag>
27+
<tag>0.3.0</tag>
2828
</scm>
2929

3030
<properties>

runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.mongock</groupId>
77
<artifactId>quarkus-mongock-parent</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010

1111
<artifactId>quarkus-mongock</artifactId>

0 commit comments

Comments
 (0)