diff options
| author | Dani Megert | 2017-05-16 07:15:11 +0000 |
|---|---|---|
| committer | Dani Megert | 2017-05-16 07:16:03 +0000 |
| commit | 8dfc25771e452c7f7e7368995b95e2aeb7949065 (patch) | |
| tree | d0e27a9052f9b174a7449032630a14fe4ba4b759 | |
| parent | be489328687cf45f71b3eed085b39918b8d3978c (diff) | |
| download | eclipse.platform.releng-8dfc25771e452c7f7e7368995b95e2aeb7949065.tar.gz eclipse.platform.releng-8dfc25771e452c7f7e7368995b95e2aeb7949065.tar.xz eclipse.platform.releng-8dfc25771e452c7f7e7368995b95e2aeb7949065.zip | |
Fixed bug 516456: Several features need a version increase
| -rw-r--r-- | features/org.eclipse.releng.tools/feature.xml | 2 | ||||
| -rw-r--r-- | features/org.eclipse.releng.tools/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.releng.tools/feature.xml b/features/org.eclipse.releng.tools/feature.xml index 9307800d..e22e7620 100644 --- a/features/org.eclipse.releng.tools/feature.xml +++ b/features/org.eclipse.releng.tools/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.releng.tools" label="%featureName" - version="3.9.0.qualifier" + version="3.9.100.qualifier" provider-name="%providerName" image="eclipse_update_120.jpg" license-feature="org.eclipse.license" diff --git a/features/org.eclipse.releng.tools/pom.xml b/features/org.eclipse.releng.tools/pom.xml index 43aa62cc..e596457d 100644 --- a/features/org.eclipse.releng.tools/pom.xml +++ b/features/org.eclipse.releng.tools/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2014 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 @@ -19,6 +19,6 @@ </parent> <groupId>org.eclipse.releng.feature</groupId> <artifactId>org.eclipse.releng.tools</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.100-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> |
