Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-05 22:04:43 +0000
committerMatthias Sohn2014-05-05 22:04:57 +0000
commit1a0871d98d91ecf94e5edeafcd5761cda68f6374 (patch)
treeb3e0d2e8570760f1fa57d9b8b71e7a19d1e4f962 /org.eclipse.mylyn.github-feature
parent871fe52b553429509145f9e8c0e90814aff2f7bb (diff)
downloadegit-github-1a0871d98d91ecf94e5edeafcd5761cda68f6374.tar.gz
egit-github-1a0871d98d91ecf94e5edeafcd5761cda68f6374.tar.xz
egit-github-1a0871d98d91ecf94e5edeafcd5761cda68f6374.zip
Prepare 3.4.0-SNAPSHOT builds
Change-Id: I2637a5fc3376d1f4e4eb0d7208279e2f06f0007b 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 161dae03..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.201405051725-m7"
+ 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 cffd2d82..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.201405051725-m7</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top