This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch pom-maintenance in repository https://gitbox.apache.org/repos/asf/jena.git
commit 13056dc5298658bf58e01d8892a1fdf66954a0b8 Author: Andy Seaborne <[email protected]> AuthorDate: Thu May 23 17:42:27 2019 +0100 Convert http:// to https:// where appropriate --- apache-jena/pom.xml | 6 ++--- jena-cmds/pom.xml | 4 +-- jena-db/pom.xml | 2 +- jena-elephas/jena-elephas-common/pom.xml | 4 +-- jena-elephas/jena-elephas-io/pom.xml | 6 ++--- jena-elephas/jena-elephas-mapreduce/pom.xml | 6 ++--- jena-examples/pom.xml | 4 +-- jena-fuseki2/pom.xml | 6 ++--- jena-maven-tools/pom.xml | 7 +++-- jena-permissions/pom.xml | 6 ++--- pom.xml | 40 ++++++++++++++--------------- 11 files changed, 45 insertions(+), 46 deletions(-) diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml index 50772cf..5c4e864 100644 --- a/apache-jena/pom.xml +++ b/apache-jena/pom.xml @@ -28,7 +28,7 @@ <artifactId>apache-jena</artifactId> <packaging>pom</packaging> <name>Apache Jena - Distribution</name> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> <version>3.12.0-SNAPSHOT</version> <description> Apache Jena is a API and toolkit for working with semantic web technologies such as RDF and SPARQL using Java. This artifact represents the source and binary distribution packages generated for releases. @@ -43,13 +43,13 @@ <organization> <name>Apache Jena</name> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> </organization> <licenses> <license> <name>Apache 2.0 License</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> diff --git a/jena-cmds/pom.xml b/jena-cmds/pom.xml index 09e6dec..8e9a0da 100644 --- a/jena-cmds/pom.xml +++ b/jena-cmds/pom.xml @@ -33,11 +33,11 @@ <packaging>jar</packaging> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> <organization> <name>Apache Jena</name> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> </organization> <licenses> diff --git a/jena-db/pom.xml b/jena-db/pom.xml index a7fd8e6..aca887e 100644 --- a/jena-db/pom.xml +++ b/jena-db/pom.xml @@ -24,7 +24,7 @@ <packaging>pom</packaging> <version>3.12.0-SNAPSHOT</version> <name>Apache Jena - Database Operation Environment</name> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> <parent> <groupId>org.apache.jena</groupId> diff --git a/jena-elephas/jena-elephas-common/pom.xml b/jena-elephas/jena-elephas-common/pom.xml index c390106..3ccc8f2 100644 --- a/jena-elephas/jena-elephas-common/pom.xml +++ b/jena-elephas/jena-elephas-common/pom.xml @@ -66,8 +66,8 @@ <doctitle>Apache Jena Elephas - Common API ${project.version}</doctitle> <bottom>Licenced under the Apache License, Version 2.0</bottom> <links> - <link>http://jena.apache.org/documentation/javadoc/jena/</link> - <link>http://jena.apache.org/documentation/javadoc/arq/</link> + <link>https://jena.apache.org/documentation/javadoc/jena/</link> + <link>https://jena.apache.org/documentation/javadoc/arq/</link> </links> </configuration> </plugin> diff --git a/jena-elephas/jena-elephas-io/pom.xml b/jena-elephas/jena-elephas-io/pom.xml index 06ae471..83b582d 100644 --- a/jena-elephas/jena-elephas-io/pom.xml +++ b/jena-elephas/jena-elephas-io/pom.xml @@ -81,9 +81,9 @@ <doctitle>Apache Jena Elephas - IO API ${project.version}</doctitle> <bottom>Licenced under the Apache License, Version 2.0</bottom> <links> - <link>http://jena.apache.org/documentation/javadoc/jena/</link> - <link>http://jena.apache.org/documentation/javadoc/arq/</link> - <link>http://jena.apache.org/documentation/javadoc/elephas/common/</link> + <link>https://jena.apache.org/documentation/javadoc/jena/</link> + <link>https://jena.apache.org/documentation/javadoc/arq/</link> + <link>https://jena.apache.org/documentation/javadoc/elephas/common/</link> </links> </configuration> </plugin> diff --git a/jena-elephas/jena-elephas-mapreduce/pom.xml b/jena-elephas/jena-elephas-mapreduce/pom.xml index 4d625da..822f7fd 100644 --- a/jena-elephas/jena-elephas-mapreduce/pom.xml +++ b/jena-elephas/jena-elephas-mapreduce/pom.xml @@ -95,9 +95,9 @@ ${project.version}</doctitle> <bottom>Licenced under the Apache License, Version 2.0</bottom> <links> - <link>http://jena.apache.org/documentation/javadoc/jena/</link> - <link>http://jena.apache.org/documentation/javadoc/arq/</link> - <link>http://jena.apahce.org/documentation/javadoc/elephas/common/</link> + <link>https://jena.apache.org/documentation/javadoc/jena/</link> + <link>https://jena.apache.org/documentation/javadoc/arq/</link> + <link>https://jena.apache.org/documentation/javadoc/elephas/common/</link> </links> </configuration> </plugin> diff --git a/jena-examples/pom.xml b/jena-examples/pom.xml index efd2549..7c444ba 100644 --- a/jena-examples/pom.xml +++ b/jena-examples/pom.xml @@ -28,7 +28,7 @@ <name>Apache Jena - Code Examples</name> <description>A collection of example code illustrating uses of Apache Jena</description> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> <properties> <ver.jena>[3.1.0,)</ver.jena> @@ -37,7 +37,7 @@ <organization> <name>Apache Software Foundation</name> - <url>http://apache.org</url> + <url>https://apache.org/</url> </organization> <dependencies> diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml index e47cec4..eeb5169 100644 --- a/jena-fuseki2/pom.xml +++ b/jena-fuseki2/pom.xml @@ -35,17 +35,17 @@ <packaging>pom</packaging> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> <organization> <name>Apache Jena</name> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> </organization> <licenses> <license> <name>Apache 2.0 License</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> diff --git a/jena-maven-tools/pom.xml b/jena-maven-tools/pom.xml index da79001..92ad772 100644 --- a/jena-maven-tools/pom.xml +++ b/jena-maven-tools/pom.xml @@ -25,7 +25,7 @@ <description>Plugins for Apache Maven to perform source management activities, such as generating Java files from RDF vocabulary sources using Jena's schemagen tool</description> - <url>http://apache.jena.org</url> + <url>https://apache.jena.org</url> <parent> <groupId>org.apache.jena</groupId> @@ -51,14 +51,14 @@ <licenses> <license> <name>Apache 2</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <organization> <name>Apache</name> - <url>http://www.apache.org</url> + <url>https://www.apache.org/</url> </organization> <properties> @@ -72,7 +72,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <configuration> - <!-- see http://jira.codehaus.org/browse/MNG-5346 --> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> <executions> diff --git a/jena-permissions/pom.xml b/jena-permissions/pom.xml index 6b35f3f..c82f0e8 100644 --- a/jena-permissions/pom.xml +++ b/jena-permissions/pom.xml @@ -25,7 +25,7 @@ <name>Apache Jena - Security Permissions</name> <description>Security Permissions wrapper around Jena RDF implementation.</description> - <url>http://jena.apache.org/documentation/security</url> + <url>https://jena.apache.org/documentation/security</url> <inceptionYear>2012</inceptionYear> <parent> @@ -37,10 +37,10 @@ <organization> <name>The Apache Software Foundation</name> - <url>http://www.apache.org/</url> + <url>https://www.apache.org/</url> </organization> <issueManagement> - <url>http://issues.apache.org/jira/browse/JENA</url> + <url>https://issues.apache.org/jira/browse/JENA</url> <system>JIRA</system> </issueManagement> diff --git a/pom.xml b/pom.xml index b05a575..47b9c23 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.jena</groupId> <artifactId>jena</artifactId> <packaging>pom</packaging> - <url>http://jena.apache.org/</url> + <url>https://jena.apache.org/</url> <version>3.12.0-SNAPSHOT</version> <parent> @@ -34,13 +34,13 @@ <licenses> <license> <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <organization> <name>The Apache Software Foundation</name> - <url>http://www.apache.org/</url> + <url>https://www.apache.org/</url> </organization> <scm> @@ -110,7 +110,7 @@ <issueManagement> <system>JIRA</system> - <url>http://issues.apache.org/jira/browse/JENA</url> + <url>https://issues.apache.org/jira/browse/JENA</url> </issueManagement> <mailingLists> @@ -121,9 +121,9 @@ <unsubscribe>[email protected]</unsubscribe> <archive>https://lists.apache.org/[email protected]</archive> <otherArchives> - <otherArchive>http://mail-archives.apache.org/mod_mbox/jena-users/</otherArchive> - <otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive> - <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.users</otherArchive> + <otherArchive>https://mail-archives.apache.org/mod_mbox/jena-users/</otherArchive> + <otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive> + <otherArchive>https://markmail.org/search/?q=list%3Aorg.apache.jena.users</otherArchive> </otherArchives> </mailingList> <mailingList> @@ -133,9 +133,9 @@ <unsubscribe>[email protected]</unsubscribe> <archive>https://lists.apache.org/[email protected]</archive> <otherArchives> - <otherArchive>http://lists.apache.org/mod_mbox/jena-dev/</otherArchive> - <otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive> - <otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.dev</otherArchive> + <otherArchive>https://lists.apache.org/mod_mbox/jena-dev/</otherArchive> + <otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive> + <otherArchive>https://markmail.org/search/?q=list%3Aorg.apache.jena.dev</otherArchive> </otherArchives> </mailingList> <mailingList> @@ -145,7 +145,7 @@ <unsubscribe>[email protected]</unsubscribe> <archive>https://lists.apache.org/[email protected]</archive> <otherArchives> - <otherArchive>http://mail-archives.apache.org/mod_mbox/jena-commits/</otherArchive> + <otherArchive>https://mail-archives.apache.org/mod_mbox/jena-commits/</otherArchive> </otherArchives> </mailingList> </mailingLists> @@ -817,7 +817,7 @@ </plugin> </plugins> - <!-- Plugin version list: http://maven.apache.org/plugins/index.html --> + <!-- Plugin version list: https://maven.apache.org/plugins/index.html --> <pluginManagement> <plugins> @@ -905,14 +905,14 @@ <doctitle>${project.name} ${project.version}</doctitle> <bottom>Licensed under the Apache License, Version 2.0</bottom> <links> - <link>http://jena.apache.org/documentation/javadoc/jena/</link> - <link>http://jena.apache.org/documentation/javadoc/arq/</link> - <link>http://jena.apache.org/documentation/javadoc/tdb/</link> - <link>http://jena.apache.org/documentation/javadoc/text/</link> - <link>http://jena.apache.org/documentation/javadoc/rdfconnection/</link> - <link>http://jena.apache.org/documentation/javadoc/fuseki2/</link> - <link>http://jena.apache.org/documentation/javadoc/permissions/</link> - <link>http://jena.apache.org/documentation/javadoc/jdbc/</link> + <link>https://jena.apache.org/documentation/javadoc/jena/</link> + <link>https://jena.apache.org/documentation/javadoc/arq/</link> + <link>https://jena.apache.org/documentation/javadoc/tdb/</link> + <link>https://jena.apache.org/documentation/javadoc/text/</link> + <link>https://jena.apache.org/documentation/javadoc/rdfconnection/</link> + <link>https://jena.apache.org/documentation/javadoc/fuseki2/</link> + <link>https://jena.apache.org/documentation/javadoc/permissions/</link> + <link>https://jena.apache.org/documentation/javadoc/jdbc/</link> </links> </configuration> </plugin>
