Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.psf-feature')
-rw-r--r--org.eclipse.egit.psf-feature/feature.xml4
-rw-r--r--org.eclipse.egit.psf-feature/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.psf-feature/feature.xml b/org.eclipse.egit.psf-feature/feature.xml
index 41c3c102c9..fbc0fd270c 100644
--- a/org.eclipse.egit.psf-feature/feature.xml
+++ b/org.eclipse.egit.psf-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.psf"
label="%featureName"
- version="1.1.0.qualifier"
+ version="1.2.0.qualifier"
provider-name="%providerName">
<description>
@@ -23,7 +23,7 @@
<requires>
<import plugin="org.eclipse.core.runtime.compatibility" version="3.2.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.egit.core" version="1.1.0" match="equivalent"/>
+ <import plugin="org.eclipse.egit.core" version="1.2.0" match="equivalent"/>
</requires>
</feature>
diff --git a/org.eclipse.egit.psf-feature/pom.xml b/org.eclipse.egit.psf-feature/pom.xml
index 9ed02e1a7d..adc9ff1417 100644
--- a/org.eclipse.egit.psf-feature/pom.xml
+++ b/org.eclipse.egit.psf-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.psf</artifactId>

Back to the top