Post-release: Restore snapshot dependencies and module launcher default repo

This commit is contained in:
Marius Bogoevici
2016-02-04 16:25:07 -05:00
parent 0a6fc90f3a
commit bfa4c77e40
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.0.M5</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath />
</parent>
<scm>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.0.M5</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>spring-cloud-stream-dependencies</artifactId>

View File

@@ -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-milestone"};
private String[] remoteRepositories = new String[]{"https://repo.spring.io/libs-snapshot"};
/**
* Whether the resolver should operate in offline mode.