Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-21 16:26:08 +0000
committerMatthias Sohn2015-01-21 16:26:08 +0000
commit5af5a3062746147be8ea0e38500b23a83d4899e0 (patch)
treed17bec2f00505adb6184d6595d290351cab5312b /org.eclipse.mylyn.github-feature
parent2675dee8f7c42465f5cd2d7c8884697a27e85194 (diff)
downloadegit-github-5af5a3062746147be8ea0e38500b23a83d4899e0.tar.gz
egit-github-5af5a3062746147be8ea0e38500b23a83d4899e0.tar.xz
egit-github-5af5a3062746147be8ea0e38500b23a83d4899e0.zip
Prepare 3.6.3-SNAPSHOT buildsstable-3.6
Change-Id: I15e652b1b230df8770302cb2a16b4c1dc360373b 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 1e3e390a..1fa2b949 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.6.2.201501210735-r"
+ version="3.6.3.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 984f95db..c9d5e8af 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.6.2.201501210735-r</version>
+ <version>3.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top