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 ce08dd6 commit 3bb34baCopy full SHA for 3bb34ba
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>co.unruly</groupId>
6
<artifactId>junit-rules</artifactId>
7
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
8
9
<name>junit-rules</name>
10
@@ -37,7 +37,7 @@
37
<connection>scm:git:[email protected]:unruly/${project.artifactId}.git</connection>
38
<developerConnection>scm:git:[email protected]:unruly/${project.artifactId}.git</developerConnection>
39
<url>[email protected]:unruly/${project.artifactId}.git</url>
40
- <tag>HEAD</tag>
+ <tag>junit-rules-1.1</tag>
41
</scm>
42
43
<dependencies>
0 commit comments