Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 08:59:53 +0000
committerMatthias Sohn2010-09-15 08:59:53 +0000
commit732b9a6ea461ed6e2dcdaad328c3138df5d001ff (patch)
treecff101f1dfb702cb69e6f1dd2c0e304e4030633c /org.eclipse.egit-feature
parentc82562589eef8f605a15babe9afe87a27f2c9b6b (diff)
downloadegit-732b9a6ea461ed6e2dcdaad328c3138df5d001ff.tar.gz
egit-732b9a6ea461ed6e2dcdaad328c3138df5d001ff.tar.xz
egit-732b9a6ea461ed6e2dcdaad328c3138df5d001ff.zip
EGit 0.9.1v0.9.1
Change-Id: I46b5f2c26467365aafc0300499e8e404ebb25b8f 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 2f7778b1d2..65e36d6b7b 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.0.qualifier"
+ version="0.9.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.9.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.9.1" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index 222140b99b..daaa217046 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.0-SNAPSHOT</version>
+ <version>0.9.1</version>
</parent>
<artifactId>org.eclipse.egit-feature</artifactId>

Back to the top