Browse Source

Going back to snapshots

pull/1807/head
buildmaster 5 years ago
parent
commit
8d01548b23
  1. 2
      docs/pom.xml
  2. 10
      pom.xml
  3. 2
      spring-cloud-gateway-core/pom.xml
  4. 4
      spring-cloud-gateway-dependencies/pom.xml
  5. 2
      spring-cloud-gateway-mvc/pom.xml
  6. 2
      spring-cloud-gateway-sample/pom.xml
  7. 2
      spring-cloud-gateway-webflux/pom.xml
  8. 2
      spring-cloud-starter-gateway/pom.xml

2
docs/pom.xml

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId> <artifactId>spring-cloud-gateway</artifactId>
<version>2.2.4.RELEASE</version> <version>2.2.4.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-cloud-gateway-docs</artifactId> <artifactId>spring-cloud-gateway-docs</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

10
pom.xml

@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId> <artifactId>spring-cloud-gateway</artifactId>
<version>2.2.4.RELEASE</version> <version>2.2.4.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Gateway</name> <name>Spring Cloud Gateway</name>
@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>2.3.1.RELEASE</version> <version>2.3.1.BUILD-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<scm> <scm>
@ -52,9 +52,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<spring-cloud-commons.version>2.2.4.RELEASE</spring-cloud-commons.version> <spring-cloud-commons.version>2.2.4.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-netflix.version>2.2.4.RELEASE</spring-cloud-netflix.version> <spring-cloud-netflix.version>2.2.4.BUILD-SNAPSHOT</spring-cloud-netflix.version>
<spring-cloud-circuitbreaker.version>1.0.4.RELEASE</spring-cloud-circuitbreaker.version> <spring-cloud-circuitbreaker.version>1.0.4.BUILD-SNAPSHOT</spring-cloud-circuitbreaker.version>
<embedded-redis.version>0.6</embedded-redis.version> <embedded-redis.version>0.6</embedded-redis.version>
<blockhound.version>1.0.3.RELEASE</blockhound.version> <blockhound.version>1.0.3.RELEASE</blockhound.version>
</properties> </properties>

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

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

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

@ -6,12 +6,12 @@
<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>2.3.1.RELEASE</version> <version>2.3.1.BUILD-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>spring-cloud-gateway-dependencies</artifactId> <artifactId>spring-cloud-gateway-dependencies</artifactId>
<version>2.2.4.RELEASE</version> <version>2.2.4.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>spring-cloud-gateway-dependencies</name> <name>spring-cloud-gateway-dependencies</name>

2
spring-cloud-gateway-mvc/pom.xml

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId> <artifactId>spring-cloud-gateway</artifactId>
<version>2.2.4.RELEASE</version> <version>2.2.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

2
spring-cloud-gateway-sample/pom.xml

@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId> <artifactId>spring-cloud-gateway</artifactId>
<version>2.2.4.RELEASE</version> <version>2.2.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <!-- lookup parent from repository --> <relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent> </parent>

2
spring-cloud-gateway-webflux/pom.xml

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId> <artifactId>spring-cloud-gateway</artifactId>
<version>2.2.4.RELEASE</version> <version>2.2.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

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

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

Loading…
Cancel
Save