Skip to content

Commit

Permalink
Change version to 4.13.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 11, 2020
1 parent 1d17486 commit c29dd82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.14-SNAPSHOT</version>
<version>4.13.1-SNAPSHOT</version>

<name>JUnit</name>
<description>JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/junit/runner/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ private Version() {
}

public static String id() {
return "4.14-SNAPSHOT";
return "4.13.1-SNAPSHOT";
}

public static void main(String[] args) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/junit/runners/model/FrameworkField.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class FrameworkField extends FrameworkMember<FrameworkField> {
/**
* Returns a new {@code FrameworkField} for {@code field}.
*
* <p>Access relaxed to {@code public} since version 4.14.
* <p>Access relaxed to {@code public} since version 4.13.1.
*/
public FrameworkField(Field field) {
if (field == null) {
Expand Down

0 comments on commit c29dd82

Please sign in to comment.