Skip to content

Commit 15bdcae

Browse files
committed
Release 5.1 RC1
1 parent fe5d037 commit 15bdcae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
44

55
[JUnit 5.0.3](https://github.com/junit-team/junit5/releases/tag/r5.0.3)
66
was released on January 15, 2018;
7-
[JUnit 5.1.0-M2](https://github.com/junit-team/junit5/releases/tag/r5.1.0-M2)
8-
on January 28, 2018.
7+
[JUnit 5.1.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.1.0-RC1)
8+
on February 4, 2018.
99

1010
## Documentation
1111

@@ -89,7 +89,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
8989
### JUnit Platform
9090

9191
- **Group ID**: `org.junit.platform`
92-
- **Version**: `1.0.3` or `1.1.0-M2` or `1.1.0-SNAPSHOT`
92+
- **Version**: `1.0.3` or `1.1.0-RC1` or `1.1.0-SNAPSHOT`
9393
- **Artifact IDs** and **Automatic-Module-Name**:
9494
- `junit-platform-commons` (`org.junit.platform.commons`)
9595
- `junit-platform-console` (`org.junit.platform.console`)
@@ -104,7 +104,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
104104
### JUnit Jupiter
105105

106106
- **Group ID**: `org.junit.jupiter`
107-
- **Version**: `5.0.3` or `5.1.0-M2` or `5.1.0-SNAPSHOT`
107+
- **Version**: `5.0.3` or `5.1.0-RC1` or `5.1.0-SNAPSHOT`
108108
- **Artifact IDs** and **Automatic-Module-Name**:
109109
- `junit-jupiter-api` (`org.junit.jupiter.api`)
110110
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -114,7 +114,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
114114
### JUnit Vintage
115115

116116
- **Group ID**: `org.junit.vintage`
117-
- **Version**: `4.12.3` or `5.1.0-M2` or `5.1.0-SNAPSHOT`
117+
- **Version**: `4.12.3` or `5.1.0-RC1` or `5.1.0-SNAPSHOT`
118118
- **Artifact ID** and **Automatic-Module-Name**:
119119
- `junit-vintage-engine` (`org.junit.vintage.engine`)
120120

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit.jupiter
2-
version = 5.1.0-SNAPSHOT
2+
version = 5.1.0-RC1
33
baseline = 5.0.3
44

55
platformGroup = org.junit.platform
6-
platformVersion = 1.1.0-SNAPSHOT
6+
platformVersion = 1.1.0-RC1
77
platformBaseline = 1.0.3
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.1.0-SNAPSHOT
10+
vintageVersion = 5.1.0-RC1
1111
vintageBaseline = 4.12.3
1212

1313
# --release release

0 commit comments

Comments
 (0)