Fixed the project structure

This commit is contained in:
Marcin Grzejszczak
2017-08-21 12:19:27 +02:00
parent 580b2a7e46
commit 989e8822f4
2 changed files with 8 additions and 12 deletions

View File

@@ -6,15 +6,13 @@
<groupId>org.springframework.cloud.internal</groupId>
<artifactId>spring-cloud-release-tools-core</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.2.2.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
<groupId>org.springframework.cloud.internal</groupId>
<artifactId>spring-cloud-release-tools-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<properties>

View File

@@ -6,15 +6,13 @@
<groupId>org.springframework.cloud.internal</groupId>
<artifactId>spring-cloud-release-tools-spring</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.2.2.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
<groupId>org.springframework.cloud.internal</groupId>
<artifactId>spring-cloud-release-tools-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<properties>