diff --git a/pom.xml b/pom.xml index a12c0e547..5bdf55a1b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ OAuth for Spring Security Parent Project for OAuth Support for Spring Security pom - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE http://static.springframework.org/spring-security/oauth @@ -26,7 +26,7 @@ http://github.com/SpringSource/spring-security-oauth scm:git:git://github.com/SpringSource/spring-security-oauth.git scm:git:ssh://git@github.com/SpringSource/spring-security-oauth.git - HEAD + 1.0.0.RELEASE JIRA @@ -84,6 +84,72 @@ + + bootstrap + + + spring-milestone + Spring Framework Milestone Repository + http://s3.amazonaws.com/maven.springframework.org/milestone + + + spring-release + Spring Framework Release Repository + http://maven.springframework.org/release + + + + repository.springframework.maven.snapshot + Spring Framework Maven Release Repository + http://maven.springframework.org/snapshot + + + oauth.googlecode.net + http://oauth.googlecode.com/svn/code/maven/ + + + + + milestone + + + spring-release + Spring Release Repository + s3://maven.springframework.org/release + + + + + central + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + @@ -305,28 +371,6 @@ - - - spring-milestone - Spring Framework Milestone Repository - http://s3.amazonaws.com/maven.springframework.org/milestone - - - spring-release - Spring Framework Release Repository - http://maven.springframework.org/release - - - - repository.springframework.maven.snapshot - Spring Framework Maven Release Repository - http://maven.springframework.org/snapshot - - - oauth.googlecode.net - http://oauth.googlecode.com/svn/code/maven/ - - @@ -349,9 +393,9 @@ - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone + spring-release + Spring Release Repository + s3://maven.springframework.org/release diff --git a/samples/oauth/sparklr/pom.xml b/samples/oauth/sparklr/pom.xml index 8c870ebeb..ec1e39133 100644 --- a/samples/oauth/sparklr/pom.xml +++ b/samples/oauth/sparklr/pom.xml @@ -5,7 +5,7 @@ org.springframework.security.oauth spring-security-oauth-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE ../../.. diff --git a/samples/oauth/tonr/pom.xml b/samples/oauth/tonr/pom.xml index c452870c7..e74ac08f5 100644 --- a/samples/oauth/tonr/pom.xml +++ b/samples/oauth/tonr/pom.xml @@ -5,7 +5,7 @@ org.springframework.security.oauth spring-security-oauth-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE ../../.. diff --git a/samples/oauth2/sparklr/pom.xml b/samples/oauth2/sparklr/pom.xml index 0d5098674..83b47c9fc 100644 --- a/samples/oauth2/sparklr/pom.xml +++ b/samples/oauth2/sparklr/pom.xml @@ -5,7 +5,7 @@ org.springframework.security.oauth spring-security-oauth-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE ../../.. diff --git a/samples/oauth2/tonr/pom.xml b/samples/oauth2/tonr/pom.xml index 70c8748e5..e1d226e49 100644 --- a/samples/oauth2/tonr/pom.xml +++ b/samples/oauth2/tonr/pom.xml @@ -5,7 +5,7 @@ org.springframework.security.oauth spring-security-oauth-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE ../../.. diff --git a/samples/pom.xml b/samples/pom.xml index 3cef04f29..1e2e5f5bb 100755 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ org.springframework.security.oauth spring-security-oauth-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE spring-security-oauth-samples diff --git a/spring-security-oauth/pom.xml b/spring-security-oauth/pom.xml index a7cafa79b..bba8431cb 100644 --- a/spring-security-oauth/pom.xml +++ b/spring-security-oauth/pom.xml @@ -4,7 +4,7 @@ org.springframework.security.oauth spring-security-oauth-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE spring-security-oauth diff --git a/spring-security-oauth2/pom.xml b/spring-security-oauth2/pom.xml index ad678ccfe..447dc92fe 100644 --- a/spring-security-oauth2/pom.xml +++ b/spring-security-oauth2/pom.xml @@ -5,7 +5,7 @@ org.springframework.security.oauth spring-security-oauth-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE spring-security-oauth2