diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-26 12:33:24 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-26 12:33:24 +0200 |
commit | 3ed57820f2645293050d2329a597fc0b41d42e25 (patch) | |
tree | d991c0b51b64bf64c73f09b7f7f0ba67776769ee /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 04b3cd0e151d90e5307912d0a7f0e645811e0a93 (diff) | |
download | jgit-3ed57820f2645293050d2329a597fc0b41d42e25.tar.gz jgit-3ed57820f2645293050d2329a597fc0b41d42e25.zip |
JGit v4.0.0.201505260635-rc2v4.0.0.201505260635-rc2
Change-Id: I496743145da865f9631b46a432c65c1e63ccb501
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/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index bba437523b..632f9f8428 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.junit" label="%featureName" - version="4.0.0.qualifier" + version="4.0.0.201505260635-rc2" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> 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 ed5c6b3970..3c73a81d31 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 @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.201505260635-rc2</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |