Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml')
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml b/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml
index 2a67dab76..2060efd95 100644
--- a/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.cloud/pom.xml
@@ -3,12 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.equinox.p2</groupId>
- <artifactId>rt.equinox.p2</artifactId>
+ <artifactId>org.eclipse.equinox.p2.examples</artifactId>
<version>4.12.0-SNAPSHOT</version>
- <relativePath>../..</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.examples.rcp.cloud</artifactId>
- <version>1.1.0.qualifier</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top