Browse Source

Update SNAPSHOT to 1.1.2.RELEASE

pull/6/head
Spencer Gibb 9 years ago
parent
commit
b6807fc264
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      docs/pom.xml
  2. 4
      pom.xml
  3. 2
      spring-cloud-netflix-core/pom.xml
  4. 10
      spring-cloud-netflix-dependencies/pom.xml
  5. 2
      spring-cloud-netflix-eureka-client/pom.xml
  6. 2
      spring-cloud-netflix-eureka-server/pom.xml
  7. 2
      spring-cloud-netflix-hystrix-amqp/pom.xml
  8. 2
      spring-cloud-netflix-hystrix-dashboard/pom.xml
  9. 2
      spring-cloud-netflix-hystrix-stream/pom.xml
  10. 2
      spring-cloud-netflix-sidecar/pom.xml
  11. 2
      spring-cloud-netflix-spectator/pom.xml
  12. 2
      spring-cloud-netflix-turbine-stream/pom.xml
  13. 2
      spring-cloud-netflix-turbine/pom.xml
  14. 2
      spring-cloud-starter-archaius/pom.xml
  15. 2
      spring-cloud-starter-atlas/pom.xml
  16. 2
      spring-cloud-starter-eureka-server/pom.xml
  17. 2
      spring-cloud-starter-eureka/pom.xml
  18. 2
      spring-cloud-starter-feign/pom.xml
  19. 2
      spring-cloud-starter-hystrix-dashboard/pom.xml
  20. 2
      spring-cloud-starter-hystrix/pom.xml
  21. 2
      spring-cloud-starter-ribbon/pom.xml
  22. 2
      spring-cloud-starter-spectator/pom.xml
  23. 2
      spring-cloud-starter-turbine-amqp/pom.xml
  24. 2
      spring-cloud-starter-turbine-stream/pom.xml
  25. 2
      spring-cloud-starter-turbine/pom.xml
  26. 2
      spring-cloud-starter-zuul/pom.xml

2
docs/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
</parent>
<artifactId>spring-cloud-netflix-docs</artifactId>
<packaging>pom</packaging>

4
pom.xml

@ -5,11 +5,11 @@ @@ -5,11 +5,11 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<relativePath />
</parent>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Netflix</name>
<description>Spring Cloud Netflix</description>

2
spring-cloud-netflix-core/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-core</artifactId>

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

@ -5,18 +5,18 @@ @@ -5,18 +5,18 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-netflix-dependencies</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<packaging>pom</packaging>
<name>spring-cloud-netflix-dependencies</name>
<description>Spring Cloud Netflix Dependencies</description>
<properties>
<spring-cloud-commons.version>1.1.2.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-config.version>1.1.2.BUILD-SNAPSHOT</spring-cloud-config.version>
<spring-cloud-stream.version>1.0.2.BUILD-SNAPSHOT</spring-cloud-stream.version>
<spring-cloud-commons.version>1.1.1.RELEASE</spring-cloud-commons.version>
<spring-cloud-config.version>1.1.1.RELEASE</spring-cloud-config.version>
<spring-cloud-stream.version>1.0.2.RELEASE</spring-cloud-stream.version>
<archaius.version>0.7.4</archaius.version>
<eureka.version>1.4.8</eureka.version>
<feign.version>8.16.2</feign.version>

2
spring-cloud-netflix-eureka-client/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-eureka-client</artifactId>

2
spring-cloud-netflix-eureka-server/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-eureka-server</artifactId>

2
spring-cloud-netflix-hystrix-amqp/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-hystrix-amqp</artifactId>

2
spring-cloud-netflix-hystrix-dashboard/pom.xml

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<properties>

2
spring-cloud-netflix-hystrix-stream/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-hystrix-stream</artifactId>

2
spring-cloud-netflix-sidecar/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-sidecar</artifactId>

2
spring-cloud-netflix-spectator/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-spectator</artifactId>

2
spring-cloud-netflix-turbine-stream/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-turbine-stream</artifactId>

2
spring-cloud-netflix-turbine/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-netflix-turbine</artifactId>

2
spring-cloud-starter-archaius/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-archaius</artifactId>

2
spring-cloud-starter-atlas/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-atlas</artifactId>

2
spring-cloud-starter-eureka-server/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-eureka-server</artifactId>

2
spring-cloud-starter-eureka/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-eureka</artifactId>

2
spring-cloud-starter-feign/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-feign</artifactId>

2
spring-cloud-starter-hystrix-dashboard/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>

2
spring-cloud-starter-hystrix/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-hystrix</artifactId>

2
spring-cloud-starter-ribbon/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-ribbon</artifactId>

2
spring-cloud-starter-spectator/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-spectator</artifactId>

2
spring-cloud-starter-turbine-amqp/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>

2
spring-cloud-starter-turbine-stream/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-turbine-stream</artifactId>

2
spring-cloud-starter-turbine/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-turbine</artifactId>

2
spring-cloud-starter-zuul/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-zuul</artifactId>

Loading…
Cancel
Save