diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-22 01:42:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-22 01:42:14 +0200 |
commit | ff15df05c3a84b7af7f098550fd4504d7fc2a6d3 (patch) | |
tree | ba62db3974ed6c399b798aeae47cad51070132b7 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | a7e38fb0b01fa35a4a902a8dde26321e010be1f9 (diff) | |
download | jgit-ff15df05c3a84b7af7f098550fd4504d7fc2a6d3.tar.gz jgit-ff15df05c3a84b7af7f098550fd4504d7fc2a6d3.zip |
Prepare 5.0.2-SNAPSHOT builds
Change-Id: I65e83f39a4082278c4cb809dbb08d44a119cebe0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 6 |
1 files changed, 3 insertions, 3 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 bb35fab704..df64c063b7 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.0.1.201806211838-r" + version="5.0.2.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.0.1" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="5.0.1" match="equivalent"/> + <import feature="org.eclipse.jgit" version="5.0.2" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="5.0.2" match="equivalent"/> </requires> <plugin |