Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2015-05-06 14:00:39 +0000
committerLaurent Goubet2015-05-06 14:01:54 +0000
commiteb73c77457ade75d29108a5836898f056a95ecec (patch)
treed0afc8d25326950cfd831ea2de0ebf5e9c905139 /packaging
parent8a9a962a63f192d42f075293aabe027261e3b929 (diff)
downloadorg.eclipse.emf.compare-eb73c77457ade75d29108a5836898f056a95ecec.tar.gz
org.eclipse.emf.compare-eb73c77457ade75d29108a5836898f056a95ecec.tar.xz
org.eclipse.emf.compare-eb73c77457ade75d29108a5836898f056a95ecec.zip
signing issues
Diffstat (limited to 'packaging')
-rw-r--r--packaging/org.eclipse.emf.compare-feature/pom.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/packaging/org.eclipse.emf.compare-feature/pom.xml b/packaging/org.eclipse.emf.compare-feature/pom.xml
index ef5d0d44e..807c7834b 100644
--- a/packaging/org.eclipse.emf.compare-feature/pom.xml
+++ b/packaging/org.eclipse.emf.compare-feature/pom.xml
@@ -4,21 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.compare</groupId>
- <artifactId>emf.compare-parent</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.emf.compare-parent</relativePath>
+ <artifactId>emf.compare-feature-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../org.eclipse.emf.compare-parent/feature-parent</relativePath>
</parent>
<groupId>org.eclipse.emf.compare.features</groupId>
<artifactId>org.eclipse.emf.compare</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top