Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 20:42:03 +0000
committerMatthias Sohn2018-03-08 20:42:03 +0000
commit9a2a7f9bdcb376074c0a4ec5d5bde75b482c4606 (patch)
tree148f77a79c6d1ec35dd00357bfcd38e8894a456c /org.eclipse.mylyn.github-feature
parentd917696955d3994e90b204089b2e5ee6a32e209d (diff)
downloadegit-github-9a2a7f9bdcb376074c0a4ec5d5bde75b482c4606.tar.gz
egit-github-9a2a7f9bdcb376074c0a4ec5d5bde75b482c4606.tar.xz
egit-github-9a2a7f9bdcb376074c0a4ec5d5bde75b482c4606.zip
Prepare 4.11.1-SNAPSHOT buildsstable-4.11
Change-Id: Ia51eb0f6a5fcb7677b1609458332ac4fef01adc6 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 0e5eecae..363a60bb 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.11.0.201803080745-r"
+ version="4.11.1.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 52ce9b71..2aa29ef2 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.11.0.201803080745-r</version>
+ <version>4.11.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top