Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-06 22:25:36 +0000
committerMatthias Sohn2019-03-06 22:25:36 +0000
commit545096ced58550ef6e183cce6ff8ad97f192666b (patch)
treebbde0f6a1c947f5dc2185f2ac1ec0c238da0cfeb /org.eclipse.mylyn.github-feature
parentd026ebcd13b913c0e0d0b36747a2df5ab6706373 (diff)
downloadegit-github-545096ced58550ef6e183cce6ff8ad97f192666b.tar.gz
egit-github-545096ced58550ef6e183cce6ff8ad97f192666b.tar.xz
egit-github-545096ced58550ef6e183cce6ff8ad97f192666b.zip
Prepare 5.3.0-SNAPSHOT builds
Change-Id: Ia31d7734118273738abbddfc81734c9841d0411c 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 494017d0..6ae08d5a 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="5.3.0.201903061415-rc1"
+ version="5.3.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index dcf7b49d..a1e462ad 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>5.3.0.201903061415-rc1</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top