Revert "Update SNAPSHOT to 1.2.3.RELEASE"
This reverts commit 7543b5d510.
This commit is contained in:
16
README.adoc
16
README.adoc
@@ -18,23 +18,23 @@ development time).
|
|||||||
To install, make
|
To install, make
|
||||||
sure you have
|
sure you have
|
||||||
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
||||||
(1.4.4 or better):
|
(1.4.1 or better):
|
||||||
|
|
||||||
$ spring version
|
$ spring version
|
||||||
Spring CLI v1.4.4.RELEASE
|
Spring CLI v1.4.1.RELEASE
|
||||||
|
|
||||||
E.g. for SDKMan users
|
E.g. for SDKMan users
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sdk install springboot 1.4.4.RELEASE
|
$ sdk install springboot 1.4.1.RELEASE
|
||||||
$ sdk use springboot 1.4.4.RELEASE
|
$ sdk use springboot 1.4.1.RELEASE
|
||||||
```
|
```
|
||||||
|
|
||||||
and install the Spring Cloud plugin
|
and install the Spring Cloud plugin
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mvn install
|
$ mvn install
|
||||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.RELEASE
|
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.BUILD-SNAPSHOT
|
||||||
```
|
```
|
||||||
|
|
||||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||||
@@ -104,11 +104,11 @@ a modified file in the correct place. Just commit it and push the change.
|
|||||||
If you don't have an IDE preference we would recommend that you use
|
If you don't have an IDE preference we would recommend that you use
|
||||||
http://www.springsource.com/developer/sts[Spring Tools Suite] or
|
http://www.springsource.com/developer/sts[Spring Tools Suite] or
|
||||||
http://eclipse.org[Eclipse] when working with the code. We use the
|
http://eclipse.org[Eclipse] when working with the code. We use the
|
||||||
http://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools
|
http://eclipse.org/m2e/[m2eclipe] eclipse plugin for maven support. Other IDEs and tools
|
||||||
should also work without issue as long as they use Maven 3.3.3 or better.
|
should also work without issue as long as they use Maven 3.3.3 or better.
|
||||||
|
|
||||||
==== Importing into eclipse with m2eclipse
|
==== Importing into eclipse with m2eclipse
|
||||||
We recommend the http://eclipse.org/m2e/[m2eclipse] eclipse plugin when working with
|
We recommend the http://eclipse.org/m2e/[m2eclipe] eclipse plugin when working with
|
||||||
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
|
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
|
||||||
marketplace".
|
marketplace".
|
||||||
|
|
||||||
@@ -179,4 +179,4 @@ added after the original pull request but before a merge.
|
|||||||
other target branch in the main project).
|
other target branch in the main project).
|
||||||
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
|
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
|
||||||
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
|
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
|
||||||
message (where XXXX is the issue number).
|
message (where XXXX is the issue number).
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-cli-parent</artifactId>
|
<artifactId>spring-cloud-cli-parent</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Spring Cloud Cli Docs</name>
|
<name>Spring Cloud Cli Docs</name>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ and install the Spring Cloud plugin
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ mvn install
|
$ mvn install
|
||||||
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.RELEASE
|
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.3.BUILD-SNAPSHOT
|
||||||
```
|
```
|
||||||
|
|
||||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||||
|
|||||||
8
pom.xml
8
pom.xml
@@ -3,11 +3,11 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-cli-parent</artifactId>
|
<artifactId>spring-cloud-cli-parent</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-build</artifactId>
|
<artifactId>spring-cloud-build</artifactId>
|
||||||
<version>1.2.2.RELEASE</version>
|
<version>1.2.2.BUILD-SNAPSHOT</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<bintray.package>cli</bintray.package>
|
<bintray.package>cli</bintray.package>
|
||||||
<docs.main>spring-cloud-cli</docs.main>
|
<docs.main>spring-cloud-cli</docs.main>
|
||||||
<main.basedir>${basedir}/..</main.basedir>
|
<main.basedir>${basedir}/..</main.basedir>
|
||||||
<spring-boot.version>1.4.4.RELEASE</spring-boot.version>
|
<spring-boot.version>1.4.4.BUILD-SNAPSHOT</spring-boot.version>
|
||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<module>spring-cloud-launcher</module>
|
<module>spring-cloud-launcher</module>
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-dependencies</artifactId>
|
<artifactId>spring-cloud-dependencies</artifactId>
|
||||||
<version>Camden.SR5</version>
|
<version>Camden.BUILD-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-cli-parent</artifactId>
|
<artifactId>spring-cloud-cli-parent</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-cli</artifactId>
|
<artifactId>spring-cloud-cli</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>spring-cloud-cli</name>
|
<name>spring-cloud-cli</name>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-cli-parent</artifactId>
|
<artifactId>spring-cloud-cli-parent</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ import org.springframework.boot.cli.compiler.GenericBomAstTransformation;
|
|||||||
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
|
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
|
||||||
public class SpringCloudBomAstTransformation extends GenericBomAstTransformation {
|
public class SpringCloudBomAstTransformation extends GenericBomAstTransformation {
|
||||||
|
|
||||||
private static final String SPRING_CLOUD_VERSION = "Camden.SR5";
|
private static final String SPRING_CLOUD_VERSION = "Camden.BUILD-SNAPSHOT";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getBomModule() {
|
protected String getBomModule() {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>spring-cloud-launcher</name>
|
<name>spring-cloud-launcher</name>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-cli-parent</artifactId>
|
<artifactId>spring-cloud-cli-parent</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ public class LauncherCommand extends OptionParsingCommand {
|
|||||||
|
|
||||||
public static final Log log = LogFactory.getLog(LauncherCommand.class);
|
public static final Log log = LogFactory.getLog(LauncherCommand.class);
|
||||||
|
|
||||||
private static final String DEFAULT_VERSION = "1.2.3.RELEASE";
|
private static final String DEFAULT_VERSION = "1.2.3.BUILD-SNAPSHOT";
|
||||||
|
|
||||||
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();
|
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -13,11 +13,11 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring-cloud-deployer.version>1.0.3.RELEASE</spring-cloud-deployer.version>
|
<spring-cloud-deployer.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-deployer.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ public class DeployerThread extends Thread {
|
|||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger(DeployerThread.class);
|
private static final Logger logger = LoggerFactory.getLogger(DeployerThread.class);
|
||||||
|
|
||||||
private static final String DEFAULT_VERSION = "1.2.3.RELEASE";
|
private static final String DEFAULT_VERSION = "1.2.3.BUILD-SNAPSHOT";
|
||||||
|
|
||||||
private String[] args;
|
private String[] args;
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-launcher</artifactId>
|
<artifactId>spring-cloud-launcher</artifactId>
|
||||||
<version>1.2.3.RELEASE</version>
|
<version>1.2.3.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user