Browse Source

Update to 1.0.4

pull/496/head v1.0.4.RELEASE
Dave Syer 9 years ago
parent
commit
92b6a4d1e6
  1. 4
      docs/pom.xml
  2. 6
      pom.xml
  3. 10
      spring-cloud-commons-dependencies/pom.xml
  4. 2
      spring-cloud-commons/pom.xml
  5. 2
      spring-cloud-context/pom.xml

4
docs/pom.xml

@ -3,11 +3,11 @@ @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-docs</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<relativePath/>
</parent>
<packaging>pom</packaging>

6
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.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.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.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>
@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-dependencies</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-dependencies</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Commons Dependencies</name>
<description>Spring Cloud Commons Dependencies</description>
@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
@ -23,17 +23,17 @@ @@ -23,17 +23,17 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
<version>1.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
</dependency>
</dependencies>
</dependencyManagement>

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.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.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.0.4.BUILD-SNAPSHOT</version>
<version>1.0.4.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-context</artifactId>

Loading…
Cancel
Save