Merge pull request #49 from apache/locale-root

JUNEAU-129: Use Locale.ROOT during test
diff --git a/NOTICE b/NOTICE
index bee3132..3cda76a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Juneau
-Copyright 2016, 2018 The Apache Software Foundation
+Copyright 2016-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index 4f393d3..bb24ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,8 +230,8 @@
 						<excludePackageNames>*proto*:*test*:org.apache.juneau.doc.internal</excludePackageNames>
 						<linksource>true</linksource>
 						<links>
-							<link>http://docs.oracle.com/javase/8/docs/api/</link>
-							<link>http://docs.oracle.com/javaee/5/api/</link>
+							<link>https://docs.oracle.com/javase/8/docs/api/</link>
+							<link>https://docs.oracle.com/javaee/5/api/</link>
 						</links>
 						<docfilessubdirs>true</docfilessubdirs>
 						<javadocDirectory>${basedir}/juneau-doc/src/main/javadoc</javadocDirectory>
@@ -357,11 +357,15 @@
 		</plugins>
 	</reporting>
 
-	<url>http://juneau.apache.org</url>
+	<url>https://juneau.apache.org/</url>
+	<!-- Inherited from parent pom 
 	<organization>
-		<name>Apache</name>
-		<url>http://www.apache.org/</url>
+		<name>The Apache Software Foundation</name>
+		<url>https://www.apache.org/</url>
 	</organization>
+	     -->
+        <inceptionYear>2016</inceptionYear>
+
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/juneau.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/juneau.git</developerConnection>