diff options
author | Matthias Sohn | 2010-12-17 01:06:16 +0000 |
---|---|---|
committer | Matthias Sohn | 2010-12-17 02:14:14 +0000 |
commit | da2746bd5f33e2e35ceb9f872b66f26aaee53e2c (patch) | |
tree | c73e8996b72f9d646249fda1af636213fda7c1d4 /org.eclipse.egit-feature/feature.xml | |
parent | d11a2cf9fcea99052572fc599bf3883f73dcd9a7 (diff) | |
download | egit-da2746bd5f33e2e35ceb9f872b66f26aaee53e2c.tar.gz egit-da2746bd5f33e2e35ceb9f872b66f26aaee53e2c.tar.xz egit-da2746bd5f33e2e35ceb9f872b66f26aaee53e2c.zip |
EGit 0.10.1v0.10.1
Change-Id: I704a092b79cf6280c862805ccec5336526e470ba
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r-- | org.eclipse.egit-feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml index c9bf66dd3d..6b5b822b76 100644 --- a/org.eclipse.egit-feature/feature.xml +++ b/org.eclipse.egit-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.egit" label="%featureName" - version="0.10.0.qualifier" + version="0.10.1" provider-name="%providerName" plugin="org.eclipse.egit"> @@ -38,7 +38,7 @@ <import plugin="org.eclipse.jsch.ui" version="1.1.100" match="compatible"/> <import plugin="org.eclipse.jsch.core" version="1.1.100" match="compatible"/> <import plugin="com.jcraft.jsch" version="0.1.37" match="compatible"/> - <import feature="org.eclipse.jgit" version="0.10.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="0.10.1" match="equivalent"/> </requires> <plugin |