diff --git a/pom.xml b/pom.xml index bdcef86b..6287c66c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,8 @@ spring-retry 1.0.0.RELEASE Spring Retry + http://www.springsource.org SpringSource @@ -76,6 +78,23 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + @@ -239,7 +258,7 @@ jar - deploy + package @@ -251,7 +270,7 @@ jar - deploy + package diff --git a/template.mf b/template.mf index 6ffa42ec..290dcac8 100644 --- a/template.mf +++ b/template.mf @@ -1,9 +1,8 @@ -Bundle-SymbolicName: org.springframework.commons.retry -Bundle-Name: Spring Commons Retry +Bundle-SymbolicName: org.springframework.retry +Bundle-Name: Spring Retry Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: - org.springframework.commons.*;version="[1.0.0, 2.0.0)", org.springframework.beans.*;version="[3.0.0, 4.0.0)", org.springframework.context.*;version="[3.0.0, 4.0.0)", org.springframework.core.*;version="[3.0.0, 4.0.0)",