Skip to content

Commit 0ae0431

Browse files
committedNov 25, 2018
Prepare for release 2.1-rc1
1 parent 58df80d commit 0ae0431

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎CHANGES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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

77
After a long hiatus without releases, this version simplifies the packaging of
88
Hamcrest into a single jar: `hamcrest-<version>.jar`. Other big changes include
99
Java 9 module compatibility, along with numerous other improvements and bug
1010
fixes.
1111

12-
### Breaking Changes for 2.1
12+
### Breaking Changes for 2.1-rc1
1313

1414
Although the class API has not changed since Hamcrest 1.3, the way that the
1515
project is packaged has changed. Refer to the [Hamcrest Distributables](http://hamcrest.org/JavaHamcrest/distributables.html)
1616
documentation 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

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'osgi'
33
apply plugin: 'maven-publish'
44

55
group = "org.hamcrest"
6-
version = "2.1-SNAPSHOT"
6+
version = "2.1-rc1"
77

88
subprojects {
99
apply plugin: 'java-library'

‎docs/javadoc/index.html

+1-1
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)