Skip to content

Commit d653c15

Browse files
committed
[maven-release-plugin] prepare release 3.0.0
1 parent acc6b20 commit d653c15

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.loggingjson</groupId>
66
<artifactId>quarkus-logging-json-parent</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.quarkiverse.loggingjson</groupId>
3131
<artifactId>quarkus-logging-json</artifactId>
32-
<version>3.0.0-SNAPSHOT</version>
32+
<version>3.0.0</version>
3333
</dependency>
3434
<!-- test dependencies -->
3535
<dependency>

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.loggingjson</groupId>
66
<artifactId>quarkus-logging-json-parent</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.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.loggingjson</groupId>
66
<artifactId>quarkus-logging-json-parent</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>io.quarkiverse.loggingjson</groupId>
1111
<artifactId>quarkus-logging-json-parent</artifactId>
1212
<name>Quarkus Logging JSON - Parent</name>
13-
<version>3.0.0-SNAPSHOT</version>
13+
<version>3.0.0</version>
1414
<packaging>pom</packaging>
1515

1616
<properties>
@@ -199,4 +199,8 @@
199199
</modules>
200200
</profile>
201201
</profiles>
202+
203+
<scm>
204+
<tag>3.0.0</tag>
205+
</scm>
202206
</project>

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.loggingjson</groupId>
66
<artifactId>quarkus-logging-json-parent</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)