Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-03-22 15:52:19 +0000
committerShawn O. Pearce2010-03-22 15:52:19 +0000
commit6722f079dd0c3a38fc1f4de59a2d71ec56262585 (patch)
tree60877e8ac8c80fe4fa552d531c40078284bec147 /org.eclipse.egit-feature/feature.xml
parent322f723e997dcb45f184d9431e53d18195ccbe42 (diff)
downloadegit-6722f079dd0c3a38fc1f4de59a2d71ec56262585.tar.gz
egit-6722f079dd0c3a38fc1f4de59a2d71ec56262585.tar.xz
egit-6722f079dd0c3a38fc1f4de59a2d71ec56262585.zip
Qualify builds as 0.8.0
Since the API is changing relative to 0.7.0, we'll call our next release 0.8.1. But until that gets released, builds from master will be 0.8.0.qualifier. Change-Id: I6b2ea58935b2748c9e4559de7ce58d61936d8c82 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 27a9a77a45..8e3c9d5c59 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.6.0.qualifier"
+ version="0.8.0.qualifier"
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.41" match="compatible"/>
- <import feature="org.eclipse.jgit" version="0.6.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.8.0" match="equivalent"/>
</requires>
<plugin

Back to the top