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 /api | |
parent | afc3c2c76049666a966d2129ed57cb7a8d640315 (diff) |
Fixed multi module site deployment.
Diffstat (limited to 'api')
-rw-r--r-- | api/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |