Fixed bug 560578: Incorrect copyright date in Eclipse SDK and Eclipse platform products and features
diff --git a/ui/org.eclipse.pde/META-INF/MANIFEST.MF b/ui/org.eclipse.pde/META-INF/MANIFEST.MF
index b70492a..c186f12 100644
--- a/ui/org.eclipse.pde/META-INF/MANIFEST.MF
+++ b/ui/org.eclipse.pde/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.pde;singleton:=true
-Bundle-Version: 3.13.900.qualifier
+Bundle-Version: 3.13.1000.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/ui/org.eclipse.pde/about.properties b/ui/org.eclipse.pde/about.properties
index 0c01256..bdf5158 100644
--- a/ui/org.eclipse.pde/about.properties
+++ b/ui/org.eclipse.pde/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2018 IBM Corporation and others.
+# Copyright (c) 2000, 2020 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -22,6 +22,6 @@
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2019. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2020. All rights reserved.\n\
Visit http://www.eclipse.org/pde
diff --git a/ui/org.eclipse.pde/pom.xml b/ui/org.eclipse.pde/pom.xml
index 51b8820..025d347 100644
--- a/ui/org.eclipse.pde/pom.xml
+++ b/ui/org.eclipse.pde/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
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde</artifactId>
- <version>3.13.900-SNAPSHOT</version>
+ <version>3.13.1000-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>