diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-12 22:55:42 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-12 22:55:42 +0100 |
commit | a2951a996f0c2b3966642687dc3aeccbfad114a3 (patch) | |
tree | 9f094753f1a1eaf48f46649b01d931c1d87422ce /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 92525b584a12fa89baa5ece363a501e60b40958c (diff) | |
download | jgit-4.7.8.201903121755-r.tar.gz jgit-4.7.8.201903121755-r.zip |
JGit v4.7.8.201903121755-rv4.7.8.201903121755-r
Change-Id: Ia6dbde615671ed09789326aacad1655e7a7a59ad
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 fd1168eb18..de4187775d 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.7.8.qualifier" + version="4.7.8.201903121755-r" 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 d071ebd9da..4338c39a8c 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.7.8-SNAPSHOT</version> + <version>4.7.8.201903121755-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |