Skip to content

Commit 20d06c8

Browse files
committed
[maven-release-plugin] prepare release 2.0.0
1 parent e374ad8 commit 20d06c8

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
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>1.1.2-SNAPSHOT</version>
7+
<version>2.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>1.1.2-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
</dependency>
3434
<!-- test dependencies -->
3535
<dependency>

docs/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.quarkiverse.loggingjson</groupId>
86
<artifactId>quarkus-logging-json-parent</artifactId>
9-
<version>1.1.2-SNAPSHOT</version>
7+
<version>2.0.0</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

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>1.1.2-SNAPSHOT</version>
7+
<version>2.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>1.1.2-SNAPSHOT</version>
13+
<version>2.0.0</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.0</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>1.1.2-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)