Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-02-07 12:28:28 +0000
committerAlexander Kurtakov2018-02-07 12:28:28 +0000
commit53ec260535ede8f1e4f40c4e0f73bb93c1da5032 (patch)
treed7602363d8978c604dc43acc5b8def8437a184e6
parentfce32aaf11fcb5339ec9eaa9fb1219b4f0070162 (diff)
downloadeclipse.platform.runtime-R4_7_maintenance.tar.gz
eclipse.platform.runtime-R4_7_maintenance.tar.xz
eclipse.platform.runtime-R4_7_maintenance.zip
Change-Id: I2988b1f5a95dde702b0e54955d498ef41740a6cd Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.core.runtime.feature/feature.xml2
-rw-r--r--features/org.eclipse.core.runtime.feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.core.runtime.feature/feature.xml b/features/org.eclipse.core.runtime.feature/feature.xml
index 69f8b4f01..86261acdf 100644
--- a/features/org.eclipse.core.runtime.feature/feature.xml
+++ b/features/org.eclipse.core.runtime.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.core.runtime.feature"
label="%featureName"
- version="1.2.1.qualifier"
+ version="1.2.2.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.core.runtime.feature/pom.xml b/features/org.eclipse.core.runtime.feature/pom.xml
index f1c439dd1..87b1180b0 100644
--- a/features/org.eclipse.core.runtime.feature/pom.xml
+++ b/features/org.eclipse.core.runtime.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.core.feature</groupId>
<artifactId>org.eclipse.core.runtime.feature</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top