diff options
-rw-r--r-- | api/pom.xml | 4 | ||||
-rw-r--r-- | enforcer-rule/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 13 |
3 files changed, 14 insertions, 7 deletions
diff --git a/api/pom.xml b/api/pom.xml index 27c20cd..bbab2e2 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -9,8 +9,8 @@ <name>API</name> <parent> - <groupId>org.semantic-versioning</groupId> - <artifactId>semantic-versioning</artifactId> + <groupId>org.semver</groupId> + <artifactId>parent</artifactId> <version>0.9-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/enforcer-rule/pom.xml b/enforcer-rule/pom.xml index 4487f0a..c6c6765 100644 --- a/enforcer-rule/pom.xml +++ b/enforcer-rule/pom.xml @@ -9,8 +9,8 @@ <name>Enforcer Rule</name> <parent> - <groupId>org.semantic-versioning</groupId> - <artifactId>semantic-versioning</artifactId> + <groupId>org.semver</groupId> + <artifactId>parent</artifactId> <version>0.9-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -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> |