+ align maven naming to Spring Data project
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// used for artifact names, building doc upload urls, etc.
|
||||
description = 'Spring GemFire'
|
||||
description = 'Spring Data GemFire'
|
||||
abbreviation = 'SGF'
|
||||
|
||||
apply plugin: 'base'
|
||||
@@ -209,7 +209,7 @@ task uploadDist(type: org.springframework.gradle.tasks.S3DistroUpload, dependsOn
|
||||
group = "Distribution"
|
||||
archiveFile = dist.archivePath
|
||||
projectKey = 'SGF'
|
||||
projectName = 'Spring GemFire'
|
||||
projectName = 'Spring Data GemFire'
|
||||
}
|
||||
|
||||
defaultTasks 'clean', 'build'
|
||||
@@ -2,12 +2,13 @@ SPRING GEMFIRE INTEGRATION CHANGELOG
|
||||
====================================
|
||||
http://www.springsource.org/spring-gemfire
|
||||
|
||||
Changes in version 1.1.0.RC1 (2011-mm-dd)
|
||||
Changes in version 1.1.0.RC1 (2011-11-13)
|
||||
-----------------------------------------
|
||||
|
||||
General
|
||||
* Upgraded to GemFire 6.6.1
|
||||
* Introduced PDX options for 'cache' and 'client-cache' elements
|
||||
* Aligned Maven naming to Spring Data project - changed them to 'org.springframework.data'/'spring-data-gemfire'
|
||||
|
||||
|
||||
Changes in version 1.1.0.M3 (2011-09-25)
|
||||
|
||||
@@ -101,7 +101,7 @@ def customizePom(pom) {
|
||||
}
|
||||
}*.optional = true
|
||||
|
||||
p.groupId = "org.springframework.data.gemfire"
|
||||
p.groupId = "org.springframework.data"
|
||||
}
|
||||
|
||||
pom.project {
|
||||
|
||||
@@ -22,7 +22,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.springframework.data.gemfire:spring-gemfire:$version"
|
||||
compile "org.springframework.data:spring-data-gemfire:$version"
|
||||
compile "javax.inject:javax.inject:1"
|
||||
compile "javax.annotation:jsr250-api:1.0"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rootProject.name = 'spring-gemfire'
|
||||
rootProject.name = 'spring-data-gemfire'
|
||||
|
||||
include 'docs'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user