diff options
Diffstat (limited to 'packages/org.eclipse.epp.package.java.feature')
5 files changed, 9 insertions, 9 deletions
diff --git a/packages/org.eclipse.epp.package.java.feature/.forceQualifierUpdate b/packages/org.eclipse.epp.package.java.feature/.forceQualifierUpdate index 26bcdeda..89cc9746 100644 --- a/packages/org.eclipse.epp.package.java.feature/.forceQualifierUpdate +++ b/packages/org.eclipse.epp.package.java.feature/.forceQualifierUpdate @@ -1 +1 @@ -2019-12-12T12:00:00+00:00 +2020-01-14T12:00:00+00:00 diff --git a/packages/org.eclipse.epp.package.java.feature/epp.website.xml b/packages/org.eclipse.epp.package.java.feature/epp.website.xml index 60903a3f..a4b27ec1 100644 --- a/packages/org.eclipse.epp.package.java.feature/epp.website.xml +++ b/packages/org.eclipse.epp.package.java.feature/epp.website.xml @@ -22,7 +22,7 @@ </packageMetaData> <MoreInfo> <NewAndNoteworthy - url="https://www.eclipse.org/eclipse/news/4.14/" + url="https://www.eclipse.org/eclipse/news/4.15/" project="Eclipse Platform" /> <NewAndNoteworthy url="https://www.eclipse.org/mylyn/new/" @@ -35,9 +35,9 @@ <!-- version, the RCP version to build. This is used to determine the file name of the root file archives --> - <rcp version="4.14.0" /> + <rcp version="4.15.0" /> <!-- name, the name of the product, used in naming the created files. --> - <product name="eclipse-java-2019-12-R" /> + <product name="eclipse-java-2020-03-M1" /> </configuration> diff --git a/packages/org.eclipse.epp.package.java.feature/feature.properties b/packages/org.eclipse.epp.package.java.feature/feature.properties index 642216b2..d73611cc 100644 --- a/packages/org.eclipse.epp.package.java.feature/feature.properties +++ b/packages/org.eclipse.epp.package.java.feature/feature.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2007, 2019 Eclipse contributors and others. +# Copyright (c) 2007, 2020 Eclipse contributors and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at @@ -14,7 +14,7 @@ description = \ The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor and Mylyn. copyright = \ -Copyright (c) 2007, 2019 Eclipse contributors and others.\n\ +Copyright (c) 2007, 2020 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ diff --git a/packages/org.eclipse.epp.package.java.feature/feature.xml b/packages/org.eclipse.epp.package.java.feature/feature.xml index e0e15b5a..35403e22 100644 --- a/packages/org.eclipse.epp.package.java.feature/feature.xml +++ b/packages/org.eclipse.epp.package.java.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.epp.package.java.feature" label="EPP Java Package" - version="4.14.0.qualifier" + version="4.15.0.qualifier" provider-name="Eclipse Packaging Project" plugin="org.eclipse.epp.package.java" license-feature="org.eclipse.license" diff --git a/packages/org.eclipse.epp.package.java.feature/pom.xml b/packages/org.eclipse.epp.package.java.feature/pom.xml index 9e511816..3cdad1e7 100644 --- a/packages/org.eclipse.epp.package.java.feature/pom.xml +++ b/packages/org.eclipse.epp.package.java.feature/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2019 Eclipse Foundation and others. + Copyright (c) 2012, 2020 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 @@ -21,7 +21,7 @@ <parent> <groupId>org.eclipse.epp</groupId> <artifactId>org.eclipse.epp-feature-parent</artifactId> - <version>4.14.0-SNAPSHOT</version> + <version>4.15.0-SNAPSHOT</version> <relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath> </parent> |