Skip to content

Commit 79682bf

Browse files
committed
Use "5.0.2" as value for "since" on new internal classes
1 parent eb3322d commit 79682bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

junit-jupiter-migrationsupport/src/main/java/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @since 5.0
2424
*/
25-
@API(status = INTERNAL, since = "5.1")
25+
@API(status = INTERNAL, since = "5.0.2")
2626
public final class TestRuleAnnotatedField extends AbstractTestRuleAnnotatedMember {
2727

2828
public TestRuleAnnotatedField(Object testInstance, Field field) {

junit-jupiter-migrationsupport/src/main/java/org/junit/jupiter/migrationsupport/rules/member/TestRuleAnnotatedMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* @since 5.0
2323
*/
24-
@API(status = INTERNAL, since = "5.1")
24+
@API(status = INTERNAL, since = "5.0.2")
2525
public final class TestRuleAnnotatedMethod extends AbstractTestRuleAnnotatedMember {
2626

2727
public TestRuleAnnotatedMethod(Object testInstance, Method method) {

0 commit comments

Comments
 (0)