Use Spring Cloud Connectors 1.2.5.RC1.
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -207,7 +207,7 @@
|
||||
If this section was missing, Maven would complain about
|
||||
missing version numbers for executions without the
|
||||
profile active.
|
||||
-->
|
||||
-->
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -307,11 +307,9 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>https://repo.spring.io/libs-milestone-local</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
@@ -360,7 +358,7 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>repo.spring.io</id>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>http://repo.spring.io/libs-milestone-local</url>
|
||||
</repository>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-cloudfoundry-connector</artifactId>
|
||||
<version>1.2.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.2.5.RC1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>spring-credhub-dependencies</name>
|
||||
<description>Spring CredHub Dependencies</description>
|
||||
<name>Spring CredHub BOM</name>
|
||||
<description>Spring CredHub BOM</description>
|
||||
|
||||
<url>http://projects.spring.io/spring-credhub/</url>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
<ciManagement>
|
||||
<system>Bamboo</system>
|
||||
<url>https://build.spring.io/browse/SPRINGCREDHUB-CREDHUB</url>
|
||||
<url>https://build.spring.io/browse/SPRINGCREDHUB</url>
|
||||
</ciManagement>
|
||||
|
||||
<developers>
|
||||
@@ -116,13 +116,19 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
<name>Spring Snapshots</name>
|
||||
<url>https://repo.spring.io/snapshot</url>
|
||||
<id>spring-snapshot</id>
|
||||
<name>Spring Snapshot Repository</name>
|
||||
<url>https://repo.spring.io/libs-snapshot-local</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>https://repo.spring.io/libs-milestone-local</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
@@ -132,7 +138,7 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>repo.spring.io</id>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>http://repo.spring.io/libs-milestone-local</url>
|
||||
</repository>
|
||||
|
||||
Reference in New Issue
Block a user