diff options
author | Noopur Gupta | 2019-12-10 08:27:01 +0000 |
---|---|---|
committer | Noopur Gupta | 2019-12-10 08:27:01 +0000 |
commit | 937e8b30ad04a5bd40efc704f59d300b5214aff2 (patch) | |
tree | f2c58ba9af7cd0380c721b62468b66f993ad1d29 | |
parent | d3061a8c3d1559bc4e9845b81df27ace75430f00 (diff) | |
download | eclipse.platform.releng.aggregator-937e8b30ad04a5bd40efc704f59d300b5214aff2.tar.gz eclipse.platform.releng.aggregator-937e8b30ad04a5bd40efc704f59d300b5214aff2.tar.xz eclipse.platform.releng.aggregator-937e8b30ad04a5bd40efc704f59d300b5214aff2.zip |
Bug 553749: Version bumps for 4.15 stream
rcp.configuration.
Change-Id: Ia281b30bc23a16d162471b371652b31e701fb79a
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml | 2 | ||||
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.xml index 1b9e5b6dd..d933b52b8 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.1.700.qualifier" + version="1.1.800.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 8b0ea6d1f..fd106922d 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, 2017 Eclipse Foundation and others. + Copyright (c) 2012, 2019 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.1.700-SNAPSHOT</version> + <version>1.1.800-SNAPSHOT</version> <packaging>eclipse-feature</packaging> <build> |