Skip to content

Commit 11d1066

Browse files
committed
[maven-release-plugin] prepare release 2.0.1
1 parent 86fbe46 commit 11d1066

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>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</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>2.0.1-SNAPSHOT</version>
32+
<version>2.0.1</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>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</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>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</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>2.0.1-SNAPSHOT</version>
13+
<version>2.0.1</version>
1414
<packaging>pom</packaging>
1515

1616
<properties>
@@ -200,4 +200,8 @@
200200
</modules>
201201
</profile>
202202
</profiles>
203+
204+
<scm>
205+
<tag>2.0.1</tag>
206+
</scm>
203207
</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>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)