We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb374ef commit 0550afaCopy full SHA for 0550afa
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>junit</groupId>
6
<artifactId>junit</artifactId>
7
- <version>4.12-SNAPSHOT</version>
+ <version>4.12-beta-1</version>
8
9
<name>JUnit</name>
10
<description>JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.</description>
@@ -57,7 +57,7 @@
57
<connection>scm:git:git://github.com/junit-team/junit.git</connection>
58
<developerConnection>scm:git:[email protected]:junit-team/junit.git</developerConnection>
59
<url>http://github.com/junit-team/junit/tree/master</url>
60
- <tag>HEAD</tag>
+ <tag>r4.12-beta-1</tag>
61
</scm>
62
<issueManagement>
63
<system>github</system>
0 commit comments