diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-22 23:43:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-22 23:43:43 +0200 |
commit | 812abefd58ed588b8aa8eadfb59993c084251e09 (patch) | |
tree | bbdc26352cf37e5c3a29f37409d305f3da39a031 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | ce5cdea143faefecfddab0d23ade104eba93b09c (diff) | |
download | jgit-812abefd58ed588b8aa8eadfb59993c084251e09.tar.gz jgit-812abefd58ed588b8aa8eadfb59993c084251e09.zip |
JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1
Change-Id: Ie2c35fab87f294b00f9754b07b60a848bf256b10
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 ab047c968a..8963a838a2 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.0.0.qualifier" + version="5.0.0.201805221745-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 d6f38ac160..717edddc66 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.0.0-SNAPSHOT</version> + <version>5.0.0.201805221745-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |