Files
spring-cloud-release-tools/pom.xml
Marcin Grzejszczak c2cf78ca72 modified the parent
2017-03-07 09:59:30 +01:00

25 lines
711 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<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>
</modules>
</project>