diff options
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 5 |
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> |