diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-04 18:14:43 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-04 18:14:43 +0100 |
commit | a7e454bc51d359c2d46b19fd559f770cad8fd7d4 (patch) | |
tree | a407ee1192431438dd762a1e7e24825cca6bf177 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 4ea42bc8164d6fc132233954aa9f469ae5711339 (diff) | |
download | jgit-5.6.0.201912041214-rc1.tar.gz jgit-5.6.0.201912041214-rc1.zip |
JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1
Change-Id: I5ed21fbc5f83096bf0b79f2aa751db415cbcc7e8
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 fb36ac0abc..9c9a7767d3 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.6.0.qualifier" + version="5.6.0.201912041214-rc1" 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 0cbe270867..74f93746b7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.6.0-SNAPSHOT</version> + <version>5.6.0.201912041214-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |