Update SNAPSHOT to 2.1.0.RELEASE

This commit is contained in:
Spencer Gibb
2019-06-28 13:48:18 -04:00
parent 0eafadbd22
commit c4fb7baf97
19 changed files with 173 additions and 35 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RELEASE</version>
</parent>
<packaging>pom</packaging>
<name>Spring Cloud Cli Docs</name>
@@ -15,7 +15,7 @@
<properties>
<docs.main>spring-cloud-cli</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<docs.whitelisted.branches>1.0.x,1.1.x,1.2.x,1.3.x,2.0.x</docs.whitelisted.branches>
<docs.whitelisted.branches>1.3.x,2.0.x,2.1.x</docs.whitelisted.branches>
</properties>
<build>
<plugins>