#22874 Updated version in pom files to 6.0.0-SNAPSHOT
* Updated properties for glassfish-version.properties to 6 and 0.
* Updated copyright to 2020 in files touched.
* Updated Jenkinsfile and readme
Signed-off-by: arjantijms arjan.tijms@gmail.com
diff --git a/appserver/tests/embedded/maven-plugin/jsptest/pom.xml b/appserver/tests/embedded/maven-plugin/jsptest/pom.xml
index 96e5333..e9c705d 100644
--- a/appserver/tests/embedded/maven-plugin/jsptest/pom.xml
+++ b/appserver/tests/embedded/maven-plugin/jsptest/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
@@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.tests.embedded</groupId>
<artifactId>maven-plugin</artifactId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.tests.embedded.maven-plugin</groupId>
<artifactId>jsptest</artifactId>