Author: sebb
Date: Fri Aug 7 11:40:27 2020
New Revision: 1880669
URL: http://svn.apache.org/viewvc?rev=1880669&view=rev
Log:
Try to fix CMS build
Modified:
commons/cms-site/trunk/pom.xml
Modified: commons/cms-site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/pom.xml?rev=1880669&r1=1880668&r2=1880669&view=diff
==============================================================================
--- commons/cms-site/trunk/pom.xml (original)
+++ commons/cms-site/trunk/pom.xml Fri Aug 7 11:40:27 2020
@@ -23,8 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <!-- Revert from 23 to try and fix CMS build -->
- <version>19</version>
+ <version>23</version>
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-site</artifactId>
@@ -32,6 +31,19 @@
<name>Apache Commons</name>
<url>https://commons.apache.org/</url>
+ <!-- Try redefining Central Repo URL as https to get round old Maven install
on cms.zones.apache.org -->
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>Central Repository</name>
+ <url>https://repo.maven.apache.org/maven2</url>
+ </repository>
+ </repositories>
+
+
<distributionManagement>
<site>
<id>apache.website</id>