Browse Source

Update SNAPSHOT to 1.2.0.RC1

pull/194/head v1.2.0.RC1
Spencer Gibb 8 years ago
parent
commit
e75034a6fc
  1. 4
      README.adoc
  2. 2
      docs/pom.xml
  3. 4
      pom.xml
  4. 4
      spring-cloud-commons-dependencies/pom.xml
  5. 2
      spring-cloud-commons/pom.xml
  6. 2
      spring-cloud-context/pom.xml
  7. 2
      spring-cloud-starter/pom.xml

4
README.adoc

@ -76,11 +76,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/[m2eclipe] eclipse plugin for maven support. Other IDEs and tools http://eclipse.org/m2e/[m2eclipse] 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/[m2eclipe] eclipse plugin when working with We recommend the http://eclipse.org/m2e/[m2eclipse] 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".

2
docs/pom.xml

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.RC1</version>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Commons Docs</name> <name>Spring Cloud Commons Docs</name>

4
pom.xml

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.RC1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Commons Parent</name> <name>Spring Cloud Commons Parent</name>
<description>Spring Cloud Commons Parent</description> <description>Spring Cloud Commons Parent</description>
@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>1.3.1.BUILD-SNAPSHOT</version> <version>1.3.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<scm> <scm>

4
spring-cloud-commons-dependencies/pom.xml

@ -5,11 +5,11 @@
<parent> <parent>
<artifactId>spring-cloud-dependencies-parent</artifactId> <artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<version>1.3.1.BUILD-SNAPSHOT</version> <version>1.3.1.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>spring-cloud-commons-dependencies</artifactId> <artifactId>spring-cloud-commons-dependencies</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.RC1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>spring-cloud-commons-dependencies</name> <name>spring-cloud-commons-dependencies</name>
<description>Spring Cloud Commons Dependencies</description> <description>Spring Cloud Commons Dependencies</description>

2
spring-cloud-commons/pom.xml

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-commons</artifactId> <artifactId>spring-cloud-commons</artifactId>

2
spring-cloud-context/pom.xml

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.RC1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>spring-cloud-context</artifactId> <artifactId>spring-cloud-context</artifactId>

2
spring-cloud-starter/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId> <artifactId>spring-cloud-commons-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.RC1</version>
</parent> </parent>
<artifactId>spring-cloud-starter</artifactId> <artifactId>spring-cloud-starter</artifactId>
<name>spring-cloud-starter</name> <name>spring-cloud-starter</name>

Loading…
Cancel
Save