Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-17 20:06:53 +0000
committerMatthias Sohn2010-09-17 20:06:53 +0000
commitb86fa1fa3d6bafb2e03b849b46a85f4c1543048e (patch)
tree9cf56cd939b27c11dea02979bcae5ba68753c733 /org.eclipse.egit.source-feature
parentb60538a3226f36b91cbdffd3b049bcacf711f8c3 (diff)
downloadegit-b86fa1fa3d6bafb2e03b849b46a85f4c1543048e.tar.gz
egit-b86fa1fa3d6bafb2e03b849b46a85f4c1543048e.tar.xz
egit-b86fa1fa3d6bafb2e03b849b46a85f4c1543048e.zip
Fix versions not updated from 0.9.4 to 0.10.0
Change-Id: I95bcf1760374652b0aa5b680599ed4941cfc6a28 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.source-feature')
-rw-r--r--org.eclipse.egit.source-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.source-feature/feature.xml b/org.eclipse.egit.source-feature/feature.xml
index af85c35449..9fadebbcd8 100644
--- a/org.eclipse.egit.source-feature/feature.xml
+++ b/org.eclipse.egit.source-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.source"
label="%featureName"
- version="0.9.4.qualifier"
+ version="0.10.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">

Back to the top