modified the parent

This commit is contained in:
Marcin Grzejszczak
2017-03-07 09:59:30 +01:00
parent 85b718753c
commit c2cf78ca72
6 changed files with 220 additions and 9 deletions

View File

@@ -4,11 +4,18 @@
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</groupId>
<artifactId>releaser-parent</artifactId>
<version>0.0.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.2.2.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<modules>
<module>releaser-core</module>
<module>releaser-spring</module>