[563155] Update copyright and versions
diff --git a/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/META-INF/MANIFEST.MF b/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/META-INF/MANIFEST.MF
index da7b483..49da1f8 100755
--- a/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/META-INF/MANIFEST.MF
+++ b/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jst.ws.jaxws.ui;singleton:=true
-Bundle-Version: 1.0.500.qualifier
+Bundle-Version: 1.0.600.qualifier
 Bundle-Localization: plugin
 Bundle-Activator: org.eclipse.jst.ws.internal.jaxws.ui.JAXWSUIPlugin
 Bundle-Vendor: %pluginProvider
diff --git a/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/pom.xml b/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/pom.xml
index fb44c37..19dc8dd 100644
--- a/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/pom.xml
+++ b/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.eclipse.webtools.webservices</groupId>
   <artifactId>org.eclipse.jst.ws.jaxws.ui</artifactId>
-  <version>1.0.500-SNAPSHOT</version>
+  <version>1.0.600-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <build>
diff --git a/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/src/org/eclipse/jst/ws/internal/jaxws/ui/annotations/contentassist/AnnotationCompletionProposalComputer.java b/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/src/org/eclipse/jst/ws/internal/jaxws/ui/annotations/contentassist/AnnotationCompletionProposalComputer.java
index 2e70cd2..fb3fbf6 100644
--- a/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/src/org/eclipse/jst/ws/internal/jaxws/ui/annotations/contentassist/AnnotationCompletionProposalComputer.java
+++ b/jaxws/bundles/org.eclipse.jst.ws.jaxws.ui/src/org/eclipse/jst/ws/internal/jaxws/ui/annotations/contentassist/AnnotationCompletionProposalComputer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009 Shane Clarke.
+ * Copyright (c) 2009, 2020 Shane Clarke and Others.
  * 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
diff --git a/jaxws/features/org.eclipse.jst.ws.jaxws.feature/feature.xml b/jaxws/features/org.eclipse.jst.ws.jaxws.feature/feature.xml
index 69d1c64..28fcb19 100644
--- a/jaxws/features/org.eclipse.jst.ws.jaxws.feature/feature.xml
+++ b/jaxws/features/org.eclipse.jst.ws.jaxws.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.jst.ws.jaxws.feature"
       label="%featureName"
-      version="1.2.501.qualifier"
+      version="1.2.600.qualifier"
       provider-name="%featureProvider"
       plugin="org.eclipse.jst.ws.jaxws.core"
       image="eclipse_update_120.jpg"
diff --git a/jaxws/features/org.eclipse.jst.ws.jaxws.feature/pom.xml b/jaxws/features/org.eclipse.jst.ws.jaxws.feature/pom.xml
index c3bd059..211c5f0 100644
--- a/jaxws/features/org.eclipse.jst.ws.jaxws.feature/pom.xml
+++ b/jaxws/features/org.eclipse.jst.ws.jaxws.feature/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.eclipse.webtools.webservices</groupId>
   <artifactId>org.eclipse.jst.ws.jaxws.feature</artifactId>
-  <version>1.2.501-SNAPSHOT</version>
+  <version>1.2.600-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>