aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>