From a8b5c724272f412bf9795648786d91a82060e386 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 1 Feb 2017 11:14:16 -0800 Subject: [PATCH] Pom fixes: - cleanups around the 'repos' section - update version number of cf java client to 2.4.0.BS --- vscode-extensions/commons/pom.xml | 45 +++++++++++++++++-------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/vscode-extensions/commons/pom.xml b/vscode-extensions/commons/pom.xml index 95d7c2033..2678e8edf 100644 --- a/vscode-extensions/commons/pom.xml +++ b/vscode-extensions/commons/pom.xml @@ -18,8 +18,8 @@ java-properties commons-cf commons-maven - - + + @@ -35,32 +35,37 @@ - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots - - true - + spring-milestones + Spring Milestones + http://repo.spring.io/milestone - true + false - + spring-releases Spring Releases http://repo.spring.io/release - false - + false + - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - + spring-snapshots + Spring Snapshots + http://repo.spring.io/snapshot + + true + + + + sonatype-oss-snapshots + Sonatype OSS Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + true + + @@ -76,7 +81,7 @@ 3.0.5.BUILD-SNAPSHOT 0.6.0.RELEASE - 2.3.0.BUILD-SNAPSHOT + 2.4.0.BUILD-SNAPSHOT