Skip to content

Commit c29dd82

Browse files
committed
Change version to 4.13.1-SNAPSHOT
1 parent 1d17486 commit c29dd82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>junit</groupId>
66
<artifactId>junit</artifactId>
7-
<version>4.14-SNAPSHOT</version>
7+
<version>4.13.1-SNAPSHOT</version>
88

99
<name>JUnit</name>
1010
<description>JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.</description>

src/main/java/junit/runner/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private Version() {
99
}
1010

1111
public static String id() {
12-
return "4.14-SNAPSHOT";
12+
return "4.13.1-SNAPSHOT";
1313
}
1414

1515
public static void main(String[] args) {

src/main/java/org/junit/runners/model/FrameworkField.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class FrameworkField extends FrameworkMember<FrameworkField> {
1818
/**
1919
* Returns a new {@code FrameworkField} for {@code field}.
2020
*
21-
* <p>Access relaxed to {@code public} since version 4.14.
21+
* <p>Access relaxed to {@code public} since version 4.13.1.
2222
*/
2323
public FrameworkField(Field field) {
2424
if (field == null) {

0 commit comments

Comments
 (0)