Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 09:39:01 +0000
committerMatthias Sohn2010-09-15 09:39:01 +0000
commit7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa (patch)
treea5db73de9504142fb880b289ca6bd9b8ae0860f8 /org.eclipse.egit-feature
parent732b9a6ea461ed6e2dcdaad328c3138df5d001ff (diff)
downloadegit-7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa.tar.gz
egit-7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa.tar.xz
egit-7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa.zip
Qualify post-0.9.1 builds
Change-Id: I28529d8df1d2992607ff229db5b6045015790018 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml4
-rw-r--r--org.eclipse.egit-feature/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 65e36d6b7b..328293c509 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.9.1"
+ version="0.9.2.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.37" match="compatible"/>
- <import feature="org.eclipse.jgit" version="0.9.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.9.2" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index daaa217046..3e24ecf97a 100644
--- a/org.eclipse.egit-feature/pom.xml
+++ b/org.eclipse.egit-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>0.9.1</version>
+ <version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit-feature</artifactId>

Back to the top