fixing group id and build version

This commit is contained in:
Ryan Baxter
2018-01-12 11:19:54 -05:00
parent cf3408f87f
commit 018e65f400
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.6.RELEASE</version>
<version>1.3.7.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<scm>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.3.6.RELEASE</version>
<version>1.3.7.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud.gateway</groupId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-sample</artifactId>
<packaging>jar</packaging>