Merge pull request #349 from kartben/fix_maven_parent

fix #347
This commit is contained in:
Michael Hirsch
2016-11-15 12:29:53 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.hawkbit</groupId>
<version>0.2.0-SNAPSHOT</version>
<artifactId>hawkbit-parent</artifactId>
<artifactId>hawkbit-extensions-parent</artifactId>
</parent>
<artifactId>hawkbit-extension-artifact-repository-mongo</artifactId>
<name>hawkBit :: Artifact Repository Mongo</name>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-parent</artifactId>
<artifactId>hawkbit-extensions-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
</parent>