diff options
| author | Dani Megert | 2017-05-14 16:08:11 +0000 |
|---|---|---|
| committer | Dani Megert | 2017-05-14 16:08:11 +0000 |
| commit | 25ce77ff993647d2484d2c4dc69e31e80b60398a (patch) | |
| tree | ec20f308b84e2e02f1903d40184b200264a328da | |
| parent | 0f69ba3c879f6c8c25552d6c544aab2fec6e5fad (diff) | |
| download | eclipse.platform.releng-25ce77ff993647d2484d2c4dc69e31e80b60398a.tar.gz eclipse.platform.releng-25ce77ff993647d2484d2c4dc69e31e80b60398a.tar.xz eclipse.platform.releng-25ce77ff993647d2484d2c4dc69e31e80b60398a.zip | |
Fixed bug 516456: Several features need a version increaseI20170515-0910I20170515-0800I20170514-2000
| -rw-r--r-- | features/org.eclipse.sdk.examples-feature/feature.xml | 2 | ||||
| -rw-r--r-- | features/org.eclipse.sdk.examples-feature/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.sdk.examples-feature/feature.xml b/features/org.eclipse.sdk.examples-feature/feature.xml index 0ebb64a3..b37becfa 100644 --- a/features/org.eclipse.sdk.examples-feature/feature.xml +++ b/features/org.eclipse.sdk.examples-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.sdk.examples" label="%featureName" - version="3.5.600.qualifier" + version="3.6.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/features/org.eclipse.sdk.examples-feature/pom.xml b/features/org.eclipse.sdk.examples-feature/pom.xml index 3b1b669e..8c217556 100644 --- a/features/org.eclipse.sdk.examples-feature/pom.xml +++ b/features/org.eclipse.sdk.examples-feature/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2013 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,7 +19,7 @@ </parent> <groupId>org.eclipse.sdk.feature</groupId> <artifactId>org.eclipse.sdk.examples</artifactId> - <version>3.5.600-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> <build> |
