Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-11 12:49:04 +0000
committerMatthias Sohn2012-05-11 13:25:36 +0000
commit9613b80e5dfeb86f85946be8c5e28ae90c0c73ae (patch)
treed537b06b97f182019b08207f98dd9df17d8af8b9 /org.eclipse.egit.mylyn-feature
parentbf82ebe1be0b35437ada5cc42fa18c93b779815d (diff)
downloadegit-9613b80e5dfeb86f85946be8c5e28ae90c0c73ae.tar.gz
egit-9613b80e5dfeb86f85946be8c5e28ae90c0c73ae.tar.xz
egit-9613b80e5dfeb86f85946be8c5e28ae90c0c73ae.zip
Update tycho version to 0.14.1
Tycho 0.14.1 enforces that artifactId and feature/bundle SymbolicName must match, hence follow recommended migration practice and change groupId of feature projects in order not to change the feature names as this would require a feature migration. Also migrate the p2 repository build from the deprecated packaging type eclipse-update-site to packaging type eclipse-repository. The explicit reference to the egit p2 repository to define the runtime platform for the egit ui tests isn't necessary any longer. JGit-Dependency: I99fc6c2bbb20efbd6514bdd9940f3535707c21bc Change-Id: I5fdbace1075e465b001cc9c5d449f56fb3bb2a21 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature')
-rw-r--r--org.eclipse.egit.mylyn-feature/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.mylyn-feature/pom.xml b/org.eclipse.egit.mylyn-feature/pom.xml
index 4b59a6c5c0..33f756dfca 100644
--- a/org.eclipse.egit.mylyn-feature/pom.xml
+++ b/org.eclipse.egit.mylyn-feature/pom.xml
@@ -19,6 +19,7 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.egit.feature</groupId>
<artifactId>org.eclipse.egit.mylyn</artifactId>
<packaging>eclipse-feature</packaging>

Back to the top