Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Watson2011-12-08 20:05:12 +0000
committerGreg Watson2011-12-08 20:05:12 +0000
commit0486b3f260a906654903471e456d85bc4550d0c4 (patch)
tree98a82bfec9768c779904b5b2b8c4744c0a6191e6 /org.eclipse.photran.cdtinterface
parentade215e4f799269cec1a828fd939e53c833d9bd1 (diff)
downloadorg.eclipse.photran-0486b3f260a906654903471e456d85bc4550d0c4.tar.gz
org.eclipse.photran-0486b3f260a906654903471e456d85bc4550d0c4.tar.xz
org.eclipse.photran-0486b3f260a906654903471e456d85bc4550d0c4.zip
Update pom versions for master.
Diffstat (limited to 'org.eclipse.photran.cdtinterface')
-rw-r--r--org.eclipse.photran.cdtinterface/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.photran.cdtinterface/pom.xml b/org.eclipse.photran.cdtinterface/pom.xml
index 1d7349b2..5d890886 100644
--- a/org.eclipse.photran.cdtinterface/pom.xml
+++ b/org.eclipse.photran.cdtinterface/pom.xml
@@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.ptp</groupId>
- <artifactId>ptp-parent</artifactId>
+ <groupId>org.eclipse.photran</groupId>
+ <artifactId>photran-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.photran.cdtinterface</artifactId>

Back to the top