diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:47:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:59:59 +0200 |
commit | ccf83636936b714729fb89620f7b323c626f10e8 (patch) | |
tree | 1fa14a38917a680392f0531e4077c99ba0fe164e /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | a485fb7aac241393206afb31481b947abd7fb30f (diff) | |
download | jgit-ccf83636936b714729fb89620f7b323c626f10e8.tar.gz jgit-ccf83636936b714729fb89620f7b323c626f10e8.zip |
Prepare 4.4.0-SNAPSHOT builds
Change-Id: If3162f4cc4ae6319b9f1e3293549485b039cfe7f
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 50f33d12ef..3d0e9f27fd 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.3.1.qualifier" + version="4.4.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.3.0" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="4.3.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="4.4.0" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="4.4.0" match="equivalent"/> </requires> <plugin |