upgraded generated maven GemFire version to 7.0
This commit is contained in:
@@ -8,7 +8,7 @@ slf4jVersion = 1.6.4
|
||||
springVersion = 3.1.2.RELEASE
|
||||
springDataCommonsVersion = 1.4.0.RELEASE
|
||||
gemfireVersion = 7.0
|
||||
gemfireVersion6x = 6.6.3
|
||||
#gemfireVersion6x = 6.6.3
|
||||
|
||||
# Testing
|
||||
junitVersion = 4.8.2
|
||||
|
||||
@@ -27,7 +27,9 @@ def customizePom(pom, gradleProject) {
|
||||
dep.scope == 'test'
|
||||
}
|
||||
|
||||
/*
|
||||
generatedPom.dependencies.find { dep -> dep.groupId == 'com.gemstone.gemfire' && dep.artifactId == 'gemfire' }.version = "$gemfireVersion6x"
|
||||
*/
|
||||
|
||||
// add all items necessary for maven central publication
|
||||
generatedPom.project {
|
||||
|
||||
Reference in New Issue
Block a user