update maven pom

This commit is contained in:
Costin Leau
2012-07-18 22:26:18 +03:00
parent 32a87522e4
commit 0e43c0d6d8
2 changed files with 3 additions and 5 deletions

View File

@@ -50,9 +50,9 @@ def customizePom(pom, gradleProject) {
}
developers {
developer {
id = 'leejianwei'
name = 'Jarred Li'
email = 'jiali@vmware.com'
id = 'markpollack'
name = 'Mark Pollack'
email = 'mpollack@vmware.com'
}
}
}

View File

@@ -5,9 +5,7 @@ apply plugin: 'eclipse'
apply plugin: 'application'
repositories {
maven { url "http://repo.springsource.org/snapshot" }
maven { url "http://repo.springsource.org/libs-snapshot" }
maven { url "http://repo.springsource.org/milestone" }
maven { url "http://spring-roo-repository.springsource.org/release" }
}