diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-11 23:27:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-11 23:28:07 +0200 |
commit | a44d95c81438bb81a36080a4c3bf92d7f811579b (patch) | |
tree | 3b4f22cdf9fd8cd3999d639950bc127e56833079 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | 47956bcc6858bf2bbfb184b93017556eab693ce9 (diff) | |
download | jgit-a44d95c81438bb81a36080a4c3bf92d7f811579b.tar.gz jgit-a44d95c81438bb81a36080a4c3bf92d7f811579b.zip |
Prepare 5.1.1-SNAPSHOT builds
Change-Id: Ie220dd95fae18f894e2a04a5ae6d29a1e5a6d76b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml index 634c0355d9..123ecbcb2d 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.lfs" label="%featureName" - version="5.1.0.201809111528-r" + version="5.1.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml index d4fd0332ef..05ff88dc09 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.1.0.201809111528-r</version> + <version>5.1.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |