File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Hamcrest Changes
22
3- ## Version 2.1-SNAPSHOT (Unreleased )
3+ ## Version 2.1-rc1 (25th November 2018 )
44
5- ### Overview for 2.1
5+ ### Overview for 2.1-rc1
66
77After a long hiatus without releases, this version simplifies the packaging of
88Hamcrest into a single jar: ` hamcrest-<version>.jar ` . Other big changes include
99Java 9 module compatibility, along with numerous other improvements and bug
1010fixes.
1111
12- ### Breaking Changes for 2.1
12+ ### Breaking Changes for 2.1-rc1
1313
1414Although the class API has not changed since Hamcrest 1.3, the way that the
1515project is packaged has changed. Refer to the [ Hamcrest Distributables] ( http://hamcrest.org/JavaHamcrest/distributables.html )
1616documentation for more information.
1717
18- ### Changes for 2.1
18+ ### Changes for 2.1-rc1
1919
2020* Publish a single jar ` hamcrest-2.1.jar `
2121* Documentation updates
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'osgi'
33apply plugin : ' maven-publish'
44
55group = " org.hamcrest"
6- version = " 2.1-SNAPSHOT "
6+ version = " 2.1-rc1 "
77
88subprojects {
99 apply plugin : ' java-library'
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ <h3>API Reference Documentation (JavaDoc)</h3>
7474 < span style ="float:right; ">
7575 Released under the < a href ="http://opensource.org/licenses/BSD-3-Clause "> BSD License</ a > .
7676 </ 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 >
7878 </ footer >
7979 </ div >
8080 < 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