From 3e638ef52f932f61840cf622185799091fa9cf98 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 15 May 2014 08:21:36 +0100 Subject: [PATCH] Use Spring BOM for dependencies --- pom.xml | 136 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 73 insertions(+), 63 deletions(-) diff --git a/pom.xml b/pom.xml index a8fadba..86b9826 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.retry spring-retry @@ -21,7 +22,7 @@ jar true - 4.0.3.RELEASE + 4.0.4.RELEASE @@ -57,43 +58,43 @@ milestone - - repo.spring.io - Spring Milestone Repository - https://repo.spring.io/libs-milestone-local - + + repo.spring.io + Spring Milestone Repository + https://repo.spring.io/libs-milestone-local + 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/ - + + 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/ + - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + @@ -102,8 +103,8 @@ http://github.com/spring-projects/spring-retry scm:git:git://github.com/spring-projects/spring-retry.git scm:git:ssh://git@github.com/spring-projects/spring-retry.git - HEAD - + HEAD + @@ -134,6 +135,18 @@ + + + + org.springframework + spring-framework-bom + ${spring.framework.version} + pom + import + + + + junit @@ -150,7 +163,7 @@ org.aspectj aspectjrt - 1.6.6 + 1.7.4 test @@ -162,18 +175,15 @@ org.springframework spring-test - ${spring.framework.version} test org.springframework spring-context - ${spring.framework.version} org.springframework spring-tx - ${spring.framework.version} test @@ -188,11 +198,11 @@ - - org.apache.maven.plugins - maven-release-plugin - 2.3 - + + org.apache.maven.plugins + maven-release-plugin + 2.3 + maven-assembly-plugin false @@ -227,28 +237,28 @@ - maven-javadoc-plugin - - - javadoc - - jar - - package - - + maven-javadoc-plugin + + + javadoc + + jar + + package + + - maven-source-plugin - - - attach-sources - - jar - - package - - + maven-source-plugin + + + attach-sources + + jar + + package + +