Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml2
-rw-r--r--org.eclipse.egit-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 54728477c9..a49e417226 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="3.4.0.qualifier"
+ version="3.4.0.201405281120-rc2"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index f991970ce0..6843a364d7 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>3.4.0-SNAPSHOT</version>
+ <version>3.4.0.201405281120-rc2</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top