aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-15 14:33:40 +0100
committerJulien Eluard <[email protected]>2010-11-15 14:33:40 +0100
commit2e5f3cb8085ed0d1707fa820b4c308c4936c37a2 (patch)
treef01934972c08250474e88d473f2cc5ddeaed86a4 /pom.xml
parentafc3c2c76049666a966d2129ed57cb7a8d640315 (diff)
Fixed multi module site deployment.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5c8e798..d37391c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>