We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede38d8 commit dbc8c14Copy full SHA for dbc8c14
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.github.sbabcoc</groupId>
12
<artifactId>slf4j-testng</artifactId>
13
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
14
<packaging>jar</packaging>
15
<name>SLF4J TestNG Reporter Binding</name>
16
<description>SLF4J TestNG Reporter binding</description>
@@ -51,7 +51,7 @@
51
<connection>scm:git:https://github.com/sbabcoc/slf4j-testng.git</connection>
52
<developerConnection>scm:git:https://github.com/sbabcoc/slf4j-testng.git</developerConnection>
53
<url>https://github.com/sbabcoc/slf4j-testng/tree/master</url>
54
- <tag>HEAD</tag>
+ <tag>slf4j-testng-1.0.3</tag>
55
</scm>
56
57
<distributionManagement>
0 commit comments