This is an automated email from the ASF dual-hosted git repository. stain pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau.git
commit 8182b56bc812bf602c00d94fba5fb8d3747a35c0 Author: Stian Soiland-Reyes <[email protected]> AuthorDate: Tue Aug 6 13:49:52 2019 +0100 Inherit <organization> from parent - more https (Organization should have full name as this appears in auto-generated NOTICE) --- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4f393d3..0e345d1 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,13 @@ </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> + --> <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>
