Skip to content

Commit 5059b07

Browse files
[maven-release-plugin] prepare release v2.3.0
1 parent 02056a1 commit 5059b07

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626

2727
<artifactId>slf4j-mock-parent</artifactId>
28-
<version>2.3.1-SNAPSHOT</version>
28+
<version>2.3.0</version>
2929
<name>SLF4J mock parent</name>
3030
<packaging>pom</packaging>
3131

@@ -73,7 +73,7 @@
7373
<connection>scm:git:git@github.com:s4u/slf4j-mock.git</connection>
7474
<developerConnection>${project.scm.connection}</developerConnection>
7575
<url>https://github.com/s4u/slf4j-mock</url>
76-
<tag>HEAD</tag>
76+
<tag>v2.3.0</tag>
7777
</scm>
7878

7979
<distributionManagement>
@@ -96,7 +96,7 @@
9696

9797
<!-- repo name for GitHub site ribbon -->
9898
<github.repo>slf4j-mock</github.repo>
99-
<project.build.outputTimestamp>2022-09-30T16:06:47Z</project.build.outputTimestamp>
99+
<project.build.outputTimestamp>2022-09-30T16:50:35Z</project.build.outputTimestamp>
100100
</properties>
101101

102102
<dependencyManagement>

slf4j-mock-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.simplify4u</groupId>
2323
<artifactId>slf4j-mock-parent</artifactId>
24-
<version>2.3.1-SNAPSHOT</version>
24+
<version>2.3.0</version>
2525
</parent>
2626

2727
<artifactId>slf4j-mock-common</artifactId>
28-
<version>2.3.1-SNAPSHOT</version>
28+
<version>2.3.0</version>
2929
<name>SLF4J mock commons</name>
3030

3131
<properties>

slf4j-mock-coverage-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>slf4j-mock-parent</artifactId>
2222
<groupId>org.simplify4u</groupId>
23-
<version>2.3.1-SNAPSHOT</version>
23+
<version>2.3.0</version>
2424
</parent>
2525

2626
<artifactId>slf4j-mock-coverage-report</artifactId>

slf4j-mock-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>slf4j-mock-parent</artifactId>
2222
<groupId>org.simplify4u</groupId>
23-
<version>2.3.1-SNAPSHOT</version>
23+
<version>2.3.0</version>
2424
</parent>
2525

2626
<artifactId>slf4j-mock-tests</artifactId>

slf4j-mock/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.simplify4u</groupId>
2323
<artifactId>slf4j-mock-parent</artifactId>
24-
<version>2.3.1-SNAPSHOT</version>
24+
<version>2.3.0</version>
2525
</parent>
2626

2727
<artifactId>slf4j-mock</artifactId>
28-
<version>2.3.1-SNAPSHOT</version>
28+
<version>2.3.0</version>
2929
<name>SLF4J mock 1.7.x</name>
3030

3131
<properties>

slf4j2-mock/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.simplify4u</groupId>
2323
<artifactId>slf4j-mock-parent</artifactId>
24-
<version>2.3.1-SNAPSHOT</version>
24+
<version>2.3.0</version>
2525
</parent>
2626

2727
<artifactId>slf4j2-mock</artifactId>
28-
<version>2.3.1-SNAPSHOT</version>
28+
<version>2.3.0</version>
2929
<name>SLF4J mock 2.0.x</name>
3030

3131
<properties>

0 commit comments

Comments
 (0)