diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-04-16 17:40:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-10 00:48:59 +0200 |
commit | 43543e79a4039c213be5d82cd9425f4b878d753e (patch) | |
tree | 8d1bf27203e4355b8ac2a8d31bf210e5aa6f61d2 /org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml | |
parent | c3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03 (diff) | |
download | jgit-43543e79a4039c213be5d82cd9425f4b878d753e.tar.gz jgit-43543e79a4039c213be5d82cd9425f4b878d753e.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.
Change-Id: I99fc6c2bbb20efbd6514bdd9940f3535707c21bc
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml index c3d044e723..0fb43c7d5c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (C) 2009-2010, Matthias Sohn <matthias.sohn@sap.com> + Copyright (C) 2009-2012, Matthias Sohn <matthias.sohn@sap.com> and other copyright owners as documented in the project's IP log. This program and the accompanying materials are made available @@ -53,7 +53,8 @@ <version>2.0.0-SNAPSHOT</version> </parent> - <artifactId>org.eclipse.jgit.source.feature</artifactId> + <groupId>org.eclipse.jgit.feature</groupId> + <artifactId>org.eclipse.jgit.source</artifactId> <packaging>eclipse-feature</packaging> <name>JGit Source Feature</name> |