Skip to content

Commit 9b37b68

Browse files
committed
Release 5.1
1 parent 0bca7c6 commit 9b37b68

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
This repository is the home of the next generation of JUnit, _JUnit 5_.
44

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

108
## Documentation
119

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

9189
- **Group ID**: `org.junit.platform`
92-
- **Version**: `1.0.3` or `1.1.0-RC1` or `1.1.0-SNAPSHOT`
90+
- **Version**: `1.1.0` or `1.2.0-SNAPSHOT`
9391
- **Artifact IDs** and **Automatic-Module-Name**:
9492
- `junit-platform-commons` (`org.junit.platform.commons`)
9593
- `junit-platform-console` (`org.junit.platform.console`)
@@ -104,7 +102,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
104102
### JUnit Jupiter
105103

106104
- **Group ID**: `org.junit.jupiter`
107-
- **Version**: `5.0.3` or `5.1.0-RC1` or `5.1.0-SNAPSHOT`
105+
- **Version**: `5.1.0` or `5.2.0-SNAPSHOT`
108106
- **Artifact IDs** and **Automatic-Module-Name**:
109107
- `junit-jupiter-api` (`org.junit.jupiter.api`)
110108
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -114,7 +112,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
114112
### JUnit Vintage
115113

116114
- **Group ID**: `org.junit.vintage`
117-
- **Version**: `4.12.3` or `5.1.0-RC1` or `5.1.0-SNAPSHOT`
115+
- **Version**: `5.1.0` or `5.2.0-SNAPSHOT`
118116
- **Artifact ID** and **Automatic-Module-Name**:
119117
- `junit-vintage-engine` (`org.junit.vintage.engine`)
120118

documentation/src/docs/asciidoc/release-notes/release-notes-5.1.0.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ on GitHub. This section describes all _changes_ from version 5.0.3 to 5.1.0.
110110
System Properties>>
111111
** <<../user-guide/index.adoc#writing-tests-conditional-execution-environment-variables,
112112
Environment Variables>>
113-
..
114113
* New `@EnabledIf` and `@DisabledIf` annotations that can be used to control whether the
115114
annotated test class or test method is _enabled_ or _disabled_ by evaluating a script from a dynamic scripting language such as JavaScript or Groovy.
116115
** See <<../user-guide/index.adoc#writing-tests-conditional-execution-scripts,

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
33
baseline = 5.0.3
44

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

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

1313
# --release release

0 commit comments

Comments
 (0)