Skip to content

Commit 8e9b901

Browse files
committed
Version 2.1-rc2
1 parent 6018066 commit 8e9b901

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Hamcrest Changes
22

3+
## Version 2.1-rc2 (27th November 2018)
4+
5+
* Publish pom-only artifacts for hamcrest-core and hamcrest-library.
6+
37
## Version 2.1-rc1 (25th November 2018)
48

59
### Overview for 2.1-rc1

build.gradle

Lines changed: 1 addition & 1 deletion
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-rc2"
77

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

0 commit comments

Comments
 (0)