Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-05-02 16:37:05 +0000
committerMatthias Sohn2011-05-02 16:37:05 +0000
commitf96ff06c7a8cdae5bfd27858cb721cf9988e25c6 (patch)
tree4f4b21f175150c9ba700c9ff456e4dce2175db6a /org.eclipse.egit-feature
parent63aa1303c6b9b66da534bb45b33c20f963ce7e84 (diff)
downloadegit-f96ff06c7a8cdae5bfd27858cb721cf9988e25c6.tar.gz
egit-f96ff06c7a8cdae5bfd27858cb721cf9988e25c6.tar.xz
egit-f96ff06c7a8cdae5bfd27858cb721cf9988e25c6.zip
Change-Id: Ie9275bd979d2a85eb05eb7b28e23e1bfb8be08ec 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 c991dcb0c0..ea8da19fbb 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.12.0.qualifier"
+ version="0.12.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.12.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="0.12.1" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index d1347c632e..058fbbf159 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.12.0-SNAPSHOT</version>
+ <version>0.12.1</version>
</parent>
<artifactId>org.eclipse.egit-feature</artifactId>

Back to the top