diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-30 13:42:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-30 13:42:07 +0200 |
commit | df9ce4b981f98f45021ca8f8c2ce9cbb725ae34e (patch) | |
tree | 3d982669a2819a44262a3b2b0847e8fa31cfa893 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | 832808bd509c88f08848f3b0a75cbb4de7f55df6 (diff) | |
download | jgit-df9ce4b981f98f45021ca8f8c2ce9cbb725ae34e.tar.gz jgit-df9ce4b981f98f45021ca8f8c2ce9cbb725ae34e.zip |
Prepare 4.9.0-SNAPSHOT builds
Change-Id: I52a4153d573799e861ab104939f51fac1aceb9ee
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 a7af646b66..d28f0c62fb 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="4.8.0.qualifier" + version="4.9.0.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="4.8.0" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="4.8.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="4.9.0" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="4.9.0" match="equivalent"/> </requires> <plugin |