Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-04-05 14:40:01 +0000
committerMatthias Sohn2017-04-05 14:40:01 +0000
commit69df0b0882456bf7c0fa50632d58befe6a00c6ab (patch)
tree36963fd2234d6e3cdbb54912bc9d780bec2569c9 /org.eclipse.mylyn.github-feature
parent536ba6e7ba29bfb14039e6295eef13d35fbd2c3f (diff)
downloadegit-github-69df0b0882456bf7c0fa50632d58befe6a00c6ab.tar.gz
egit-github-69df0b0882456bf7c0fa50632d58befe6a00c6ab.tar.xz
egit-github-69df0b0882456bf7c0fa50632d58befe6a00c6ab.zip
Prepare 4.8.0-SNAPSHOT builds
Change-Id: Ib2894b94006a5c82ec43e8a75cd2c0a120f6dba8 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 07b3a818..c4a9d100 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.7.0.qualifier"
+ version="4.8.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 0f13a1b1..ebdd4029 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.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top