Browse Source

Update SNAPSHOT to 1.2.1.RELEASE

pull/89/merge v1.2.1.RELEASE
Jon Schneider 8 years ago
parent
commit
9d53dd46bb
  1. 1
      .gitignore
  2. 2
      README.adoc
  3. 2
      docs/pom.xml
  4. 4
      pom.xml
  5. 4
      spring-cloud-commons-dependencies/pom.xml
  6. 2
      spring-cloud-commons/pom.xml
  7. 2
      spring-cloud-context/pom.xml
  8. 2
      spring-cloud-starter/pom.xml

1
.gitignore vendored

@ -16,3 +16,4 @@ _site/ @@ -16,3 +16,4 @@ _site/
*.iml
.idea
.factorypath
/spring-cloud-release-tools*.jar

2
README.adoc

@ -151,4 +151,4 @@ added after the original pull request but before a merge. @@ -151,4 +151,4 @@ added after the original pull request but before a merge.
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],
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).

2
docs/pom.xml

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

4
pom.xml

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

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

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

2
spring-cloud-commons/pom.xml

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

2
spring-cloud-context/pom.xml

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

2
spring-cloud-starter/pom.xml

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

Loading…
Cancel
Save