diff options
author | Julien Eluard <[email protected]> | 2010-11-15 14:33:40 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-15 14:33:40 +0100 |
commit | 2e5f3cb8085ed0d1707fa820b4c308c4936c37a2 (patch) | |
tree | f01934972c08250474e88d473f2cc5ddeaed86a4 /pom.xml | |
parent | afc3c2c76049666a966d2129ed57cb7a8d640315 (diff) |
Fixed multi module site deployment.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -3,12 +3,12 @@ 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.semantic-versioning</groupId> - <artifactId>semantic-versioning</artifactId> + <groupId>org.semver</groupId> + <artifactId>parent</artifactId> <version>0.9-SNAPSHOT</version> <packaging>pom</packaging> - <name>semantic-versioning</name> + <name>Semantic Versioning Parent</name> <inceptionYear>2010</inceptionYear> <url>http://github.com/jeluard/semantic-versioning</url> @@ -16,6 +16,13 @@ A library to automatically validate if your project's version number follows Semantic Versioning principles </description> + <parent> + <groupId>org.sonatype.oss</groupId> + <artifactId>oss-parent</artifactId> + <version>5</version> + </parent> + + <licenses> <license> <name>Apache 2</name> |