Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-28 16:01:41 +0000
committerMatthias Sohn2014-05-28 16:01:52 +0000
commita95a2c7a908d95770053d1972f6d0cd6bd1b1d43 (patch)
treec7a7332d1d81d5f8e6c31d31e49f9d01d38ab9d3 /org.eclipse.mylyn.github-feature
parentad18791e816e4c10cb8f12835d906c5bf13a3426 (diff)
downloadegit-github-a95a2c7a908d95770053d1972f6d0cd6bd1b1d43.tar.gz
egit-github-a95a2c7a908d95770053d1972f6d0cd6bd1b1d43.tar.xz
egit-github-a95a2c7a908d95770053d1972f6d0cd6bd1b1d43.zip
Prepare post 3.4.0 RC2 builds
Change-Id: I2b0a426f13ea25d1b0f281982779ab647c57e86a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.github-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index c03b06f3..c8de4bfc 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.github.feature"
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.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index 79d0ea32..d64e9f45 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>3.4.0.201405281120-rc2</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top