Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2016-12-13 19:54:35 +0000
committerJeff Johnston2016-12-13 20:35:12 +0000
commit5a3877899253f0fdd9fed45c0a4d9c6e90e628ca (patch)
tree93254d1f6869043eb97aca5c0c9c7486dd30b3d6 /changelog/org.eclipse.linuxtools.changelog-feature
parent1838703f74ce3ca20f449af8bc8b2aa2602aa87f (diff)
downloadorg.eclipse.linuxtools-5a3877899253f0fdd9fed45c0a4d9c6e90e628ca.tar.gz
org.eclipse.linuxtools-5a3877899253f0fdd9fed45c0a4d9c6e90e628ca.tar.xz
org.eclipse.linuxtools-5a3877899253f0fdd9fed45c0a4d9c6e90e628ca.zip
Update master to use 5.3.0-SNAPSHOT in pom and feature xml files.
Change-Id: Ide3619897eb6014cdc33f3369a1340ba51da289f Reviewed-on: https://git.eclipse.org/r/87078 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog-feature')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/feature.xml2
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
index 44f1937d32..2afc530c6b 100644
--- a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.changelog"
label="%featureName"
- version="5.2.0.qualifier"
+ version="5.3.0.qualifier"
provider-name="%featureProvider"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/pom.xml b/changelog/org.eclipse.linuxtools.changelog-feature/pom.xml
index ec409d515a..f97c82bf0d 100644
--- a/changelog/org.eclipse.linuxtools.changelog-feature/pom.xml
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-changelog-parent</artifactId>
<groupId>org.eclipse.linuxtools.changelog</groupId>
- <version>5.2.0-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.changelog</artifactId>

Back to the top