We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6018066 commit 8e9b901Copy full SHA for 8e9b901
CHANGES.md
@@ -1,5 +1,9 @@
1
# Hamcrest Changes
2
3
+## Version 2.1-rc2 (27th November 2018)
4
+
5
+* Publish pom-only artifacts for hamcrest-core and hamcrest-library.
6
7
## Version 2.1-rc1 (25th November 2018)
8
9
### Overview for 2.1-rc1
build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'osgi'
apply plugin: 'maven-publish'
group = "org.hamcrest"
-version = "2.1-SNAPSHOT"
+version = "2.1-rc2"
subprojects {
apply plugin: 'java-library'
0 commit comments