diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-17 14:26:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-17 14:26:54 +0200 |
commit | b7d49e6d3c98ab62641d7c50b03fd080437c2277 (patch) | |
tree | c7c1b3a8ef52350d4174f322b4d33e79bd75d072 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 69d5e89e99707119837eb1f025ee2c8d6d376996 (diff) | |
download | jgit-b7d49e6d3c98ab62641d7c50b03fd080437c2277.tar.gz jgit-b7d49e6d3c98ab62641d7c50b03fd080437c2277.zip |
JGit v4.8.0.201705170830-rc1v4.8.0.201705170830-rc1
Change-Id: I60c0a40f2e38748641b25a25bcf10346e2950886
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 4ea616f870..59d061621b 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="4.8.0.qualifier" + version="4.8.0.201705170830-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 92b9a5f049..104cbe7e9c 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>4.8.0-SNAPSHOT</version> + <version>4.8.0.201705170830-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |