Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-06-04 20:15:02 +0000
committerMatthias Sohn2014-06-04 20:15:14 +0000
commitacc887aef1fa25a62d05bf73ccda52fcb08db627 (patch)
treecb59b26cb1ff699d583071642862f43f1e619607 /org.eclipse.egit.mylyn-feature
parentf12d85b140fe8101e6e2a832c86531659c138ac7 (diff)
downloadegit-acc887aef1fa25a62d05bf73ccda52fcb08db627.tar.gz
egit-acc887aef1fa25a62d05bf73ccda52fcb08db627.tar.xz
egit-acc887aef1fa25a62d05bf73ccda52fcb08db627.zip
Prepare post 3.4 RC3 builds
Change-Id: I0475d84e4a086e85e3667eab065fd8073987fffd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.egit.mylyn-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index e0d84617a5..78d83a1328 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.mylyn"
label="%featureName"
- version="3.4.0.201406041058-rc3"
+ version="3.4.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit.mylyn-feature/pom.xml b/org.eclipse.egit.mylyn-feature/pom.xml
index ad0fb6b1a0..a200977136 100644
--- a/org.eclipse.egit.mylyn-feature/pom.xml
+++ b/org.eclipse.egit.mylyn-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>3.4.0.201406041058-rc3</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top