summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2012-04-16 17:40:43 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2012-05-10 00:48:59 +0200
commit43543e79a4039c213be5d82cd9425f4b878d753e (patch)
tree8d1bf27203e4355b8ac2a8d31bf210e5aa6f61d2 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature
parentc3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03 (diff)
downloadjgit-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.junit.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
index 2ed5f9accd..b811608a2e 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2010, Matthias Sohn <matthias.sohn@sap.com>
+ Copyright (C) 2010-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.junit.feature</artifactId>
+ <groupId>org.eclipse.jgit.feature</groupId>
+ <artifactId>org.eclipse.jgit.junit</artifactId>
<packaging>eclipse-feature</packaging>
<name>JGit JUnit Feature</name>