Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc29dd82

Browse files
committed
Change version to 4.13.1-SNAPSHOT
1 parent1d17486 commitc29dd82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private Version() {
99
}
1010

1111
publicstaticStringid() {
12-
return"4.14-SNAPSHOT";
12+
return"4.13.1-SNAPSHOT";
1313
}
1414

1515
publicstaticvoidmain(String[]args) {

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

Lines changed: 1 addition & 1 deletion
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
publicFrameworkField(Fieldfield) {
2424
if (field ==null) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp