Fixed bug 560578: Incorrect copyright date in Eclipse SDK and Eclipse platform products and features
diff --git a/org.eclipse.tips.feature/feature.properties b/org.eclipse.tips.feature/feature.properties
index 554ab42..cd87c5b 100644
--- a/org.eclipse.tips.feature/feature.properties
+++ b/org.eclipse.tips.feature/feature.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2018, Wim Jongman Remain Software.
+# Copyright (c) 2018, 2020 Wim Jongman Remain Software.
 #
 # This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License 2.0
diff --git a/org.eclipse.tips.feature/feature.xml b/org.eclipse.tips.feature/feature.xml
index 04e75c9..b8f52fe 100644
--- a/org.eclipse.tips.feature/feature.xml
+++ b/org.eclipse.tips.feature/feature.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright (c) 2018 Remain Software
+    Copyright (c) 2018, 2020 Remain Software
 
     This program and the accompanying materials
     are made available under the terms of the Eclipse Public License 2.0
@@ -15,7 +15,7 @@
 <feature
       id="org.eclipse.tips.feature"
       label="%featureName"
-      version="0.2.800.qualifier"
+      version="0.2.900.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/org.eclipse.tips.feature/pom.xml b/org.eclipse.tips.feature/pom.xml
index 45ff8f1..3f5c7ef 100644
--- a/org.eclipse.tips.feature/pom.xml
+++ b/org.eclipse.tips.feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright (c) 2018 Remain Software
+    Copyright (c) 2018, 2020 Remain Software
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License 2.0
     which accompanies this distribution, and is available at
@@ -23,7 +23,7 @@
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.tips.feature</artifactId>
-  <version>0.2.800-SNAPSHOT</version>
+  <version>0.2.900-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
     <build>
      <plugins>