Skip to content

Commit c3e8d1d

Browse files
[maven-release-plugin] prepare release v2.2.0
1 parent cbcf69e commit c3e8d1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pom.xml

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

2727
<artifactId>slf4j-mock</artifactId>
28-
<version>2.1.2-SNAPSHOT</version>
28+
<version>2.2.0</version>
2929
<name>SLF4J mock</name>
3030

3131
<description>Library to easy mock request on sl4j-api</description>
@@ -64,7 +64,7 @@
6464
<connection>scm:git:[email protected]:s4u/slf4j-mock.git</connection>
6565
<developerConnection>${project.scm.connection}</developerConnection>
6666
<url>https://github.com/s4u/slf4j-mock</url>
67-
<tag>HEAD</tag>
67+
<tag>v2.2.0</tag>
6868
</scm>
6969

7070
<distributionManagement>
@@ -80,7 +80,7 @@
8080
<mockito.version>4.5.0</mockito.version>
8181
<assertj.version>3.22.0</assertj.version>
8282
<sonar.coverage.exclusions>**/slf4jmock/SimpleLogger.java</sonar.coverage.exclusions>
83-
<project.build.outputTimestamp>2021-07-23T17:52:50Z</project.build.outputTimestamp>
83+
<project.build.outputTimestamp>2022-04-20T19:28:47Z</project.build.outputTimestamp>
8484
</properties>
8585

8686
<dependencyManagement>

0 commit comments

Comments
 (0)