Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-05-14 16:11:18 +0000
committerDani Megert2017-05-14 16:11:18 +0000
commit7c2c91262fbb296b8199312fa51206d8274a2c34 (patch)
tree742f7660ed4855c86e1dee7e99df16b52c1daa8d /eclipse.platform.releng.tychoeclipsebuilder
parent15efcb8cc74be9c1fcbaad18c9e1c3eefccfa923 (diff)
downloadeclipse.platform.releng.aggregator-7c2c91262fbb296b8199312fa51206d8274a2c34.tar.gz
eclipse.platform.releng.aggregator-7c2c91262fbb296b8199312fa51206d8274a2c34.tar.xz
eclipse.platform.releng.aggregator-7c2c91262fbb296b8199312fa51206d8274a2c34.zip
Fixed bug 516456: Several features need a version increase
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties4
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties
index add8aaa62..345b21dbc 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2014 IBM Corporation and others.
+# Copyright (c) 2009, 2017 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -24,7 +24,7 @@ providerName=Eclipse.org
description=Configuration information for the Eclipse product
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
- Copyright (c) 2000, 2013 IBM Corporation and others.\n\
+ Copyright (c) 2000, 2017 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml
index 4fa9eb6a9..3477cafe4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.rcp.configuration"
label="%featureName"
- version="1.0.200.qualifier"
+ version="1.1.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
index 77cef3ca6..9c8c03798 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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
@@ -24,7 +24,7 @@
<groupId>org.eclipse.rcp.configuration</groupId>
<artifactId>org.eclipse.rcp.configuration</artifactId>
- <version>1.0.200-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top