Skip to content

Commit 04c99b3

Browse files
[maven-release-plugin] prepare release v2.1.0
1 parent b3750a1 commit 04c99b3

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.0.1-SNAPSHOT</version>
28+
<version>2.1.0</version>
2929
<name>SLF4J mock</name>
3030

3131
<description>Library to easy mock request on sl4j-api</description>
@@ -59,7 +59,7 @@
5959
<connection>scm:git:[email protected]:s4u/slf4j-mock.git</connection>
6060
<developerConnection>${project.scm.connection}</developerConnection>
6161
<url>https://github.com/s4u/slf4j-mock</url>
62-
<tag>HEAD</tag>
62+
<tag>v2.1.0</tag>
6363
</scm>
6464

6565
<distributionManagement>
@@ -75,7 +75,7 @@
7575
<mockito.version>3.6.28</mockito.version>
7676
<assertj.version>3.18.1</assertj.version>
7777
<sonar.coverage.exclusions>**/slf4jmock/SimpleLogger.java</sonar.coverage.exclusions>
78-
<project.build.outputTimestamp>2021-01-02T15:00:00Z</project.build.outputTimestamp>
78+
<project.build.outputTimestamp>2021-01-02T15:22:49Z</project.build.outputTimestamp>
7979
</properties>
8080

8181
<dependencyManagement>

0 commit comments

Comments
 (0)