Skip to content

Commit

Permalink
Prepare for release 2.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbarumba committed Nov 25, 2018
1 parent 58df80d commit 0ae0431
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Hamcrest Changes

## Version 2.1-SNAPSHOT (Unreleased)
## Version 2.1-rc1 (25th November 2018)

### Overview for 2.1
### Overview for 2.1-rc1

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

### Breaking Changes for 2.1
### Breaking Changes for 2.1-rc1

Although the class API has not changed since Hamcrest 1.3, the way that the
project is packaged has changed. Refer to the [Hamcrest Distributables](http://hamcrest.org/JavaHamcrest/distributables.html)
documentation for more information.

### Changes for 2.1
### Changes for 2.1-rc1

* Publish a single jar `hamcrest-2.1.jar`
* Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'osgi'
apply plugin: 'maven-publish'

group = "org.hamcrest"
version = "2.1-SNAPSHOT"
version = "2.1-rc1"

subprojects {
apply plugin: 'java-library'
Expand Down
2 changes: 1 addition & 1 deletion docs/javadoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3>API Reference Documentation (JavaDoc)</h3>
<span style="float:right;">
Released under the <a href="http://opensource.org/licenses/BSD-3-Clause">BSD License</a>.
</span>
Copyright 2012-2016 <a href="http://hamcrest.org">hamcrest.org</a>
Copyright 2012-2018 <a href="http://hamcrest.org">hamcrest.org</a>
</footer>
</div>
<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>
Expand Down

0 comments on commit 0ae0431

Please sign in to comment.