+ align maven naming to Spring Data project

This commit is contained in:
Costin Leau
2011-11-13 18:25:47 +02:00
parent d1a2e52c1e
commit c149c0a005
5 changed files with 7 additions and 6 deletions

View File

@@ -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'

View File

@@ -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)

View File

@@ -101,7 +101,7 @@ def customizePom(pom) {
}
}*.optional = true
p.groupId = "org.springframework.data.gemfire"
p.groupId = "org.springframework.data"
}
pom.project {

View File

@@ -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"

View File

@@ -1,4 +1,4 @@
rootProject.name = 'spring-gemfire'
rootProject.name = 'spring-data-gemfire'
include 'docs'