We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b70db commit b037c2fCopy full SHA for b037c2f
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.ocarlsen.test</groupId>
6
<artifactId>mock-slf4j-impl</artifactId>
7
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
8
<packaging>jar</packaging>
9
10
<name>Mock SLF4J Implementation</name>
@@ -30,7 +30,7 @@
30
<connection>scm:git:https://github.com/ocarlsen/mock-slf4j-impl</connection>
31
<developerConnection>${project.scm.connection}</developerConnection>
32
<url>https://github.com/ocarlsen/mock-slf4j-impl</url>
33
- <tag>HEAD</tag>
+ <tag>v1.1.1</tag>
34
</scm>
35
36
<distributionManagement>
0 commit comments