File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >junit</groupId >
6
6
<artifactId >junit</artifactId >
7
- <version >4.14 -SNAPSHOT</version >
7
+ <version >4.13.1 -SNAPSHOT</version >
8
8
9
9
<name >JUnit</name >
10
10
<description >JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.</description >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ private Version() {
9
9
}
10
10
11
11
public static String id () {
12
- return "4.14 -SNAPSHOT" ;
12
+ return "4.13.1 -SNAPSHOT" ;
13
13
}
14
14
15
15
public static void main (String [] args ) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class FrameworkField extends FrameworkMember<FrameworkField> {
18
18
/**
19
19
* Returns a new {@code FrameworkField} for {@code field}.
20
20
*
21
- * <p>Access relaxed to {@code public} since version 4.14 .
21
+ * <p>Access relaxed to {@code public} since version 4.13.1 .
22
22
*/
23
23
public FrameworkField (Field field ) {
24
24
if (field == null ) {
You can’t perform that action at this time.
0 commit comments