Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-28 15:54:37 +0000
committerMatthias Sohn2014-05-28 15:54:50 +0000
commitbcb4d58e8311d17a44ee002997e40a176652369c (patch)
tree84f09a9c631b80491a3ec8c2e86a2633f3229cb1 /org.eclipse.egit-feature
parent082a6b8fa4ba5537c336e1893b9244a14457b49e (diff)
downloadegit-bcb4d58e8311d17a44ee002997e40a176652369c.tar.gz
egit-bcb4d58e8311d17a44ee002997e40a176652369c.tar.xz
egit-bcb4d58e8311d17a44ee002997e40a176652369c.zip
Prepare post 3.4.0 RC2 builds
Change-Id: I15ddfb941f5cedb079bb056fbe8737b685d8cf2d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 a49e417226..54728477c9 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.201405281120-rc2"
+ version="3.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index 6843a364d7..f991970ce0 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.201405281120-rc2</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top