Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/com.sun.jersey/pom.xml')
-rw-r--r--plugins/com.sun.jersey/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/com.sun.jersey/pom.xml b/plugins/com.sun.jersey/pom.xml
index 601ec67e611..c943fa77a59 100644
--- a/plugins/com.sun.jersey/pom.xml
+++ b/plugins/com.sun.jersey/pom.xml
@@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.ip</groupId>
- <artifactId>org.eclipse.ip.parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <relativePath>../org.eclipse.ip.parent</relativePath>
+ <groupId>org.eclipse.osee</groupId>
+ <artifactId>org.eclipse.osee.x.core.parent</artifactId>
+ <version>0.9.9-SNAPSHOT</version>
+ <relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>
-
+
<artifactId>com.sun.jersey</artifactId>
<packaging>eclipse-plugin</packaging>
<name>com.sun.jersey</name>

Back to the top