Commit 0ae0431 1 parent 58df80d commit 0ae0431 Copy full SHA for 0ae0431
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Hamcrest Changes
2
2
3
- ## Version 2.1-SNAPSHOT (Unreleased )
3
+ ## Version 2.1-rc1 (25th November 2018 )
4
4
5
- ### Overview for 2.1
5
+ ### Overview for 2.1-rc1
6
6
7
7
After a long hiatus without releases, this version simplifies the packaging of
8
8
Hamcrest into a single jar: ` hamcrest-<version>.jar ` . Other big changes include
9
9
Java 9 module compatibility, along with numerous other improvements and bug
10
10
fixes.
11
11
12
- ### Breaking Changes for 2.1
12
+ ### Breaking Changes for 2.1-rc1
13
13
14
14
Although the class API has not changed since Hamcrest 1.3, the way that the
15
15
project is packaged has changed. Refer to the [ Hamcrest Distributables] ( http://hamcrest.org/JavaHamcrest/distributables.html )
16
16
documentation for more information.
17
17
18
- ### Changes for 2.1
18
+ ### Changes for 2.1-rc1
19
19
20
20
* Publish a single jar ` hamcrest-2.1.jar `
21
21
* Documentation updates
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'osgi'
3
3
apply plugin : ' maven-publish'
4
4
5
5
group = " org.hamcrest"
6
- version = " 2.1-SNAPSHOT "
6
+ version = " 2.1-rc1 "
7
7
8
8
subprojects {
9
9
apply plugin : ' java-library'
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ <h3>API Reference Documentation (JavaDoc)</h3>
74
74
< span style ="float:right; ">
75
75
Released under the < a href ="http://opensource.org/licenses/BSD-3-Clause "> BSD License</ a > .
76
76
</ span >
77
- Copyright 2012-2016 < a href ="http://hamcrest.org "> hamcrest.org</ a >
77
+ Copyright 2012-2018 < a href ="http://hamcrest.org "> hamcrest.org</ a >
78
78
</ footer >
79
79
</ div >
80
80
< a href ="http://github.com/hamcrest/JavaHamcrest "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png " alt ="Fork me on GitHub "> </ a >
You can’t perform that action at this time.
0 commit comments