Skip to content

Commit dde118e

Browse files
[maven-release-plugin] prepare release 0.4.0
1 parent 2d79ed4 commit dde118e

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.4.0-SNAPSHOT</version>
8+
<version>0.4.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.4.0-SNAPSHOT</version>
8+
<version>0.4.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.4.0-SNAPSHOT</version>
8+
<version>0.4.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.4.0-SNAPSHOT</version>
15+
<version>0.4.0</version>
1616

1717
<modules>
1818
<module>deployment</module>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:git@github.com:quarkiverse/quarkus-mongock.git</connection>
2424
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-mongock.git</developerConnection>
2525
<url>https://github.com/quarkiverse/quarkus-mongock</url>
26-
<tag>HEAD</tag>
26+
<tag>0.4.0</tag>
2727
</scm>
2828

2929
<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.4.0-SNAPSHOT</version>
8+
<version>0.4.0</version>
99
</parent>
1010

1111
<artifactId>quarkus-mongock</artifactId>

0 commit comments

Comments
 (0)