Browse Source

Going back to snapshots

pull/127/head
buildmaster 7 years ago
parent
commit
1b4487969b
  1. 2
      docs/pom.xml
  2. 8
      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-starter-gateway/pom.xml

2
docs/pom.xml

@ -5,7 +5,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.0.0.M5</version> <version>2.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-cloud-gateway-docs</artifactId> <artifactId>spring-cloud-gateway-docs</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

8
pom.xml

@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId> <artifactId>spring-cloud-gateway</artifactId>
<version>2.0.0.M5</version> <version>2.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Gateway</name> <name>Spring Cloud Gateway</name>
@ -14,7 +14,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.0.0.M6</version> <version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<scm> <scm>
@ -48,8 +48,8 @@
<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.0.0.M5</spring-cloud-commons.version> <spring-cloud-commons.version>2.0.0.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-netflix.version>2.0.0.M5</spring-cloud-netflix.version> <spring-cloud-netflix.version>2.0.0.BUILD-SNAPSHOT</spring-cloud-netflix.version>
<spring-tuple.version>1.0.0.RELEASE</spring-tuple.version> <spring-tuple.version>1.0.0.RELEASE</spring-tuple.version>
<kotlin.version>1.1.51</kotlin.version> <kotlin.version>1.1.51</kotlin.version>
</properties> </properties>

2
spring-cloud-gateway-core/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.0.0.M5</version> <version>2.0.0.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

@ -5,12 +5,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.0.0.M6</version> <version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>spring-cloud-gateway-dependencies</artifactId> <artifactId>spring-cloud-gateway-dependencies</artifactId>
<version>2.0.0.M5</version> <version>2.0.0.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

@ -10,7 +10,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.0.0.M5</version> <version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

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

@ -17,7 +17,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.0.0.M5</version> <version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <!-- lookup parent from repository --> <relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent> </parent>

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

@ -5,7 +5,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.0.0.M5</version> <version>2.0.0.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