Author: bobharner
Date: Sat May 2 17:41:53 2020
New Revision: 1877303
URL: http://svn.apache.org/viewvc?rev=1877303&view=rev
Log:
Minor http > https URLs in SiteExporter pom file
Modified:
tapestry/tapestry-site/trunk/pom.xml
Modified: tapestry/tapestry-site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/pom.xml?rev=1877303&r1=1877302&r2=1877303&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Sat May 2 17:41:53 2020
@@ -7,7 +7,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
@@ -23,7 +23,7 @@
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Apache Tapestry Confluence Site Exporter</name>
- <url>http://tapestry.apache.org</url>
+ <url>https://tapestry.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>