Skip to content

Commit

Permalink
+ align maven naming to Spring Data project
Browse files Browse the repository at this point in the history
  • Loading branch information
Costin Leau committed Nov 13, 2011
1 parent d1a2e52 commit c149c0a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'
3 changes: 2 additions & 1 deletion docs/src/info/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def customizePom(pom) {
}
}*.optional = true

p.groupId = "org.springframework.data.gemfire"
p.groupId = "org.springframework.data"
}

pom.project {
Expand Down
2 changes: 1 addition & 1 deletion samples/hello-world/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'spring-gemfire'
rootProject.name = 'spring-data-gemfire'

include 'docs'

Expand Down

0 comments on commit c149c0a

Please sign in to comment.