Added spring.io release plugin repo

This commit is contained in:
Oleg Zhurakousky
2019-12-18 16:41:43 +01:00
parent eb4eb0f862
commit c0e857b2b6
2 changed files with 7 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.2.1.BUILD-SNAPSHOT</version>
<version>2.2.1.RELEASE</version>
<relativePath/>
</parent>
@@ -186,6 +186,11 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
</pluginRepository>
</pluginRepositories>
</project>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.2.1.BUILD-SNAPSHOT</version>
<version>2.2.1.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-function-dependencies</artifactId>