diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-20 10:42:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-20 10:42:58 +0200 |
commit | 22e41cfd56d782916bb0432963a108df6cb7793e (patch) | |
tree | f1f5a5f27bb6714fa98358c5627fc612208f57d8 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | cf7c49868bda2797d42b67841692aa5599356a90 (diff) | |
download | jgit-22e41cfd56d782916bb0432963a108df6cb7793e.tar.gz jgit-22e41cfd56d782916bb0432963a108df6cb7793e.zip |
JGit v5.1.7.201904200442-rv5.1.7.201904200442-r
Change-Id: Ifaa3a88c5e117912a8c691b8b8369dd9a17faebb
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index c85dc19b38..24b5552995 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="5.1.7.qualifier" + version="5.1.7.201904200442-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index 9e134321a8..775a4df0f5 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.1.7-SNAPSHOT</version> + <version>5.1.7.201904200442-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |