We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933f44d commit fbe2c64Copy full SHA for fbe2c64
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.valfirst</groupId>
5
<artifactId>slf4j-test</artifactId>
6
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8.1</version>
7
8
<name>SLF4J Test</name>
9
<description>An in-memory SLF4J implementation focused on aiding unit
@@ -27,7 +27,7 @@
27
<scm>
28
<connection>scm:git:[email protected]:valfirst/slf4j-test.git</connection>
29
<developerConnection>scm:git:[email protected]:valfirst/slf4j-test.git</developerConnection>
30
- <tag>HEAD</tag>
+ <tag>slf4j-test-2.8.1</tag>
31
<url>https://github.com/valfirst/slf4j-test</url>
32
</scm>
33
0 commit comments