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.pgm.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.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 6 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index cf59b3d620..530c4a7b9e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="5.1.0.201809111528-r" + version="5.1.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -31,8 +31,8 @@ version="0.0.0"/> <requires> - <import feature="org.eclipse.jgit" version="5.1.0" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="5.1.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="5.1.1" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="5.1.1" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index 3ac0686f19..f50aeb8596 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.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> |