Pre-release: update Spring Cloud versions and repository locations for Module Launcher
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.0.M5</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<scm>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.0.M5</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
||||
|
||||
@@ -37,7 +37,7 @@ public class ModuleResolverProperties {
|
||||
/**
|
||||
* Location of comma separated remote maven repositories from which modules will be downloaded, if not available locally.
|
||||
*/
|
||||
private String[] remoteRepositories = new String[] {"https://repo.spring.io/libs-snapshot"};
|
||||
private String[] remoteRepositories = new String[]{"https://repo.spring.io/libs-milestone"};
|
||||
|
||||
/**
|
||||
* Whether the resolver should operate in offline mode.
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<module>spring-cloud-starter-stream-kafka</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<spring-cloud-commons.version>1.1.0.M4</spring-cloud-commons.version>
|
||||
<spring-cloud-commons.version>1.1.0.M5</spring-cloud-commons.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user