Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 23:08:02 +0000
committerMatthias Sohn2010-09-15 23:08:02 +0000
commit758176bd619a45069696d61d861515580555b27b (patch)
tree403bffcb220904faf07e00b94675e2e8adaefbc5 /org.eclipse.egit-feature
parent7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa (diff)
downloadegit-758176bd619a45069696d61d861515580555b27b.tar.gz
egit-758176bd619a45069696d61d861515580555b27b.tar.xz
egit-758176bd619a45069696d61d861515580555b27b.zip
EGit 0.9.3v0.9.3
Change-Id: I08460e3688d074278cad826b7193b622b8581392 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 328293c509..f628cb7625 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.2.qualifier"
+ version="0.9.3"
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.2" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.9.3" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index 3e24ecf97a..bcd5e3c4b6 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.2-SNAPSHOT</version>
+ <version>0.9.3</version>
</parent>
<artifactId>org.eclipse.egit-feature</artifactId>

Back to the top