diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 14:09:24 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 14:09:24 +0100 |
commit | f5793bea53f43fd189a950d1585fe9063b7698ed (patch) | |
tree | 3ae1a7889d3cfe9fa4f99fa2196475a61e1943eb /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | eaf7fd4eb7f3e1a36be9e9d613bd5e3a648475c8 (diff) | |
download | jgit-f5793bea53f43fd189a950d1585fe9063b7698ed.tar.gz jgit-f5793bea53f43fd189a950d1585fe9063b7698ed.zip |
JGit v5.7.0.202003090808-rv5.7.0.202003090808-r
Change-Id: Ia23bffa3952687f6107d496a8932d54b11c12412
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 7c5106380a..b5858bd2ad 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit" label="%featureName" - version="5.7.0.qualifier" + version="5.7.0.202003090808-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 5fb4e9dee5..64f0d6229b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.7.0-SNAPSHOT</version> + <version>5.7.0.202003090808-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |