Brixton.M1 release
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -21,15 +21,15 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
|||||||
E.g. for GVM users
|
E.g. for GVM users
|
||||||
|
|
||||||
```
|
```
|
||||||
$ gvm install springboot 1.2.3.RELEASE
|
$ gvm install springboot 1.3.0.M5
|
||||||
$ gvm use springboot 1.2.3.RELEASE
|
$ gvm use springboot 1.3.0.M5
|
||||||
```
|
```
|
||||||
|
|
||||||
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.0.2.RELEASE
|
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.M1
|
||||||
```
|
```
|
||||||
|
|
||||||
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
|
||||||
@@ -81,7 +81,7 @@ https://github.com/spring-cloud-samples/scripts[scripts demo
|
|||||||
repository] for specific instructions about the common cases of mongo,
|
repository] for specific instructions about the common cases of mongo,
|
||||||
rabbit and redis.
|
rabbit and redis.
|
||||||
|
|
||||||
NOTE: migration to the Maven wrapper (`.mvnw`) is underway. If you
|
NOTE: migration to the Maven wrapper (`./mvnw`) is underway. If you
|
||||||
find a project that doesn't have it yet, raise an issue to get it
|
find a project that doesn't have it yet, raise an issue to get it
|
||||||
added, and build with the command from `.travis.yml` (usually
|
added, and build with the command from `.travis.yml` (usually
|
||||||
`mvn install -s .settings.xml`).
|
`mvn install -s .settings.xml`).
|
||||||
@@ -112,7 +112,7 @@ marketplace".
|
|||||||
Unfortunately m2e does not yet support Maven 3.3, so once the projects
|
Unfortunately m2e does not yet support Maven 3.3, so once the projects
|
||||||
are imported into Eclipse you will also need to tell m2eclipse to use
|
are imported into Eclipse you will also need to tell m2eclipse to use
|
||||||
the `.settings.xml` file for the projects. If you do not do this you
|
the `.settings.xml` file for the projects. If you do not do this you
|
||||||
may see errors many different errors related to the POMs in the
|
may see many different errors related to the POMs in the
|
||||||
projects. Open your Eclipse preferences, expand the Maven
|
projects. Open your Eclipse preferences, expand the Maven
|
||||||
preferences, and select User Settings. In the User Settings field
|
preferences, and select User Settings. In the User Settings field
|
||||||
click Browse and navigate to the Spring Cloud project you imported
|
click Browse and navigate to the Spring Cloud project you imported
|
||||||
|
|||||||
@@ -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-docs</artifactId>
|
<artifactId>spring-cloud-cli-docs</artifactId>
|
||||||
<version>1.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</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.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -9,15 +9,15 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
|
|||||||
E.g. for GVM users
|
E.g. for GVM users
|
||||||
|
|
||||||
```
|
```
|
||||||
$ gvm install springboot 1.2.3.RELEASE
|
$ gvm install springboot 1.3.0.M5
|
||||||
$ gvm use springboot 1.2.3.RELEASE
|
$ gvm use springboot 1.3.0.M5
|
||||||
```
|
```
|
||||||
|
|
||||||
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.0.2.RELEASE
|
$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.M1
|
||||||
```
|
```
|
||||||
|
|
||||||
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.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</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.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -84,14 +84,14 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-config</artifactId>
|
<artifactId>spring-cloud-config</artifactId>
|
||||||
<version>1.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-netflix</artifactId>
|
<artifactId>spring-cloud-netflix</artifactId>
|
||||||
<version>1.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@@ -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.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</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.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
<spring-cloud.version>${project.version}</spring-cloud.version>
|
<spring-cloud.version>${project.version}</spring-cloud.version>
|
||||||
<spring-cloud-stream.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-stream.version>
|
<spring-cloud-stream.version>1.0.0.M1</spring-cloud-stream.version>
|
||||||
<generated.pom.dir>${project.build.directory}/generated-resources/org/springframework/cloud/cli/compiler</generated.pom.dir>
|
<generated.pom.dir>${project.build.directory}/generated-resources/org/springframework/cloud/cli/compiler</generated.pom.dir>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,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.1.0.BUILD-SNAPSHOT</version>
|
<version>1.1.0.M1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-versions</artifactId>
|
<artifactId>spring-cloud-versions</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
</organization>
|
</organization>
|
||||||
<properties>
|
<properties>
|
||||||
<main.basedir>${basedir}/../..</main.basedir>
|
<main.basedir>${basedir}/../..</main.basedir>
|
||||||
<spring-cloud.version>Brixton.BUILD-SNAPSHOT</spring-cloud.version>
|
<spring-cloud.version>Brixton.M1</spring-cloud.version>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user