Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-10-08 09:48:34 +0000
committerMatthias Sohn2017-10-08 09:48:34 +0000
commitbf3078c6f6b58eca5a3bcefccde4c58a568ee11e (patch)
tree2ce997fff22b8f311edbe90bb71086a89fb17aa0 /org.eclipse.mylyn.github-feature
parent067c7c65db48b7ea1619b883b8e8020e306b7e45 (diff)
downloadegit-github-bf3078c6f6b58eca5a3bcefccde4c58a568ee11e.tar.gz
egit-github-bf3078c6f6b58eca5a3bcefccde4c58a568ee11e.tar.xz
egit-github-bf3078c6f6b58eca5a3bcefccde4c58a568ee11e.zip
Prepare 4.10.0-SNAPSHOT builds
Change-Id: Idb7d5db06c1cd154290a8315ea95b6756ee995ba 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 dee5ffa3..9ebc842d 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="4.9.0.qualifier"
+ version="4.10.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 43ce95d6..3fd16119 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>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top