diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 22:47:10 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 22:47:10 +0100 |
commit | 8fab712f75b5fda9747b4226ab4a85c55445d23f (patch) | |
tree | ce4335f608ab11ad3431bbb0cc1d39a6da243639 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | fb0858e9c95472b213f8c0530c1959310e88f4b6 (diff) | |
download | jgit-8fab712f75b5fda9747b4226ab4a85c55445d23f.tar.gz jgit-8fab712f75b5fda9747b4226ab4a85c55445d23f.zip |
Prepare 5.8.0-SNAPSHOT builds
Change-Id: I056b45806a82eae80177932e42e3dc806015351a
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..0026a98c03 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.8.0.qualifier" 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..adf12434fd 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.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |