Update SNAPSHOT to 2.1.10.RELEASE

This commit is contained in:
buildmaster
2020-01-31 20:54:12 +00:00
parent 108039b1d3
commit ae6077e9e7
5 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.10.BUILD-SNAPSHOT</version>
<version>2.1.10.RELEASE</version>
</parent>
<properties>
<docs.main>spring-cloud-build</docs.main>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.10.BUILD-SNAPSHOT</version>
<version>2.1.10.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Parent</name>
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring
@@ -27,8 +27,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<main.basedir>${basedir}</main.basedir>
<docs.main>${project.artifactId}</docs.main>
<spring-boot.version>2.1.12.RELEASE</spring-boot.version>
<spring-cloud-build.version>2.1.10.BUILD-SNAPSHOT</spring-cloud-build.version>
<spring-boot.version>2.1.10.RELEASE</spring-boot.version>
<spring-cloud-build.version>2.1.10.RELEASE</spring-cloud-build.version>
<docs.resources.dir>${project.build.directory}/build-docs</docs.resources.dir>
<!-- Sonar -->

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build-dependencies</artifactId>
<version>2.1.10.BUILD-SNAPSHOT</version>
<version>2.1.10.RELEASE</version>
<name>spring-cloud-build-dependencies</name>
<packaging>pom</packaging>
<description>Spring Cloud Build Dependencies: an internal BOM for use with Spring
@@ -14,12 +14,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.12.RELEASE</version>
<version>2.1.10.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.1.12.RELEASE</spring-boot.version>
<spring-boot.version>2.1.10.RELEASE</spring-boot.version>
</properties>
<dependencyManagement>
<dependencies>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.10.BUILD-SNAPSHOT</version>
<version>2.1.10.RELEASE</version>
</parent>
<dependencies>
<dependency>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<version>2.1.10.BUILD-SNAPSHOT</version>
<version>2.1.10.RELEASE</version>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<packaging>pom</packaging>
<name>spring-cloud-dependencies-parent</name>