Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-10 17:34:00 +0000
committerSteffen Pingel2011-07-10 17:34:00 +0000
commitb6fdd256a00d71efb6e01765529b9b3998b85151 (patch)
treedbc80c02436915078170276c0c278a15254c82b6 /org.eclipse.mylyn.sandbox.search-feature/pom.xml
parentc5563e2dca458573dd6a362aeb41603e491ad4b2 (diff)
downloadorg.eclipse.mylyn.incubator-b6fdd256a00d71efb6e01765529b9b3998b85151.tar.gz
org.eclipse.mylyn.incubator-b6fdd256a00d71efb6e01765529b9b3998b85151.tar.xz
org.eclipse.mylyn.incubator-b6fdd256a00d71efb6e01765529b9b3998b85151.zip
339956: reduce redundancy in build and simplify target management
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339956
Diffstat (limited to 'org.eclipse.mylyn.sandbox.search-feature/pom.xml')
-rw-r--r--org.eclipse.mylyn.sandbox.search-feature/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.sandbox.search-feature/pom.xml b/org.eclipse.mylyn.sandbox.search-feature/pom.xml
index f214353b..65f2603d 100644
--- a/org.eclipse.mylyn.sandbox.search-feature/pom.xml
+++ b/org.eclipse.mylyn.sandbox.search-feature/pom.xml
@@ -5,11 +5,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-incubator-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
<groupId>org.eclipse.mylyn.incubator</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.mylyn.incubator</groupId>
<artifactId>org.eclipse.mylyn.sandbox.search_feature</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

Back to the top