Author: stain
Date: Wed Sep 14 11:58:27 2016
New Revision: 1760684
URL: http://svn.apache.org/viewvc?rev=1760684&view=rev
Log:
https in <url>
Modified:
commons/proper/beanutils/trunk/pom.xml
Modified: commons/proper/beanutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1760684&r1=1760683&r2=1760684&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Sep 14 11:58:27 2016
@@ -32,7 +32,7 @@
<inceptionYear>2000</inceptionYear>
<description>Apache Commons BeanUtils provides an easy-to-use but flexible
wrapper around reflection and introspection.</description>
- <url>http://commons.apache.org/proper/commons-beanutils/</url>
+ <url>https://commons.apache.org/proper/commons-beanutils/</url>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>