Skip to content

Commit e0f96c8

Browse files
committed
fixed maven deploy stuff
1 parent 17c7969 commit e0f96c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
55
sourceCompatibility = 1.7
66
targetCompatibility=1.7
77

8-
group = "org-hamcrest"
8+
group = "org.hamcrest"
99
archivesBaseName = "java-hamcrest"
1010
version=7.0
1111

@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
testCompile(group: 'junit', name: 'junit', version: '4.+') {
18+
testCompile(group: 'junit', name: 'junit', version: '4.12') {
1919
transitive = false
2020
}
2121
}

0 commit comments

Comments
 (0)