fixed README, gradle.properties, maven.gradle

This commit is contained in:
David Turanski
2012-10-26 05:37:37 -04:00
parent e1b99d5047
commit 34e2c67b4e
3 changed files with 2 additions and 6 deletions

View File

@@ -68,9 +68,8 @@ dependencies {
}
~~~~~
Latest GA release is _1.2.0.RELEASE_
Latest milestone release is _1.2.0.M1_
Latest nightly build is _1.2.1.BUILD-SNAPSHOT_
Latest GA release is _1.2.1.RELEASE_
Latest nightly build is _1.3.0.BUILD-SNAPSHOT_
* Configure a GemFire cache and Region (replicated, partitioned, client and so on):

View File

@@ -2,7 +2,6 @@ slf4jVersion=1.6.4
junitVersion=4.8.2
gemfireVersion=7.0
spring.range="[3.0.0, 4.0.0)"
gemfireVersion6x=6.6.3
springVersion=3.1.2.RELEASE
springDataCommonsVersion=1.4.0.RELEASE
log4jVersion=1.2.16

View File

@@ -26,8 +26,6 @@ def customizePom(pom, gradleProject) {
generatedPom.dependencies.removeAll { dep ->
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 {