Skip to content

Commit e770df1

Browse files
committed
[maven-release-plugin] prepare release 3.1.0
1 parent 4c146d6 commit e770df1

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
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.1-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.quarkiverse.loggingjson</groupId>
2525
<artifactId>quarkus-logging-json</artifactId>
26-
<version>3.0.1-SNAPSHOT</version>
26+
<version>3.1.0</version>
2727
</dependency>
2828
<!-- test dependencies -->
2929
<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.1-SNAPSHOT</version>
7+
<version>3.1.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.1-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 3 additions & 2 deletions
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.1-SNAPSHOT</version>
13+
<version>3.1.0</version>
1414
<packaging>pom</packaging>
1515

1616
<properties>
@@ -37,7 +37,8 @@
3737
<connection>scm:git:[email protected]:quarkiverse/quarkus-logging-json.git</connection>
3838
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-logging-json.git</developerConnection>
3939
<url>https://github.com/quarkiverse/quarkus-logging-json</url>
40-
</scm>
40+
<tag>3.1.0</tag>
41+
</scm>
4142
<dependencyManagement>
4243
<dependencies>
4344
<dependency>

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.1-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)