This is an automated email from the ASF dual-hosted git repository.
apalumbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/master by this push:
new fbcdf6a MAHOUT-2067: Latest RAT release, fixes in pom.xml (#374)
fbcdf6a is described below
commit fbcdf6a4c5a4df8dd6ab5f8a88d8d76914626f89
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon May 20 21:51:18 2019 +0200
MAHOUT-2067: Latest RAT release, fixes in pom.xml (#374)
Due to a merge error the changes already applied are gone.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5aaf829..240410a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
<properties>
<!--<skipTests>false</skipTests>-->
- <apache-rat.plugin.version>0.12</apache-rat.plugin.version>
+ <apache-rat.plugin.version>0.13</apache-rat.plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<mjavadoc.version>2.10.3</mjavadoc.version>
@@ -156,7 +156,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
+ <url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>