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 35d0b1f MAHOUT-2067: Update RAT plugin to latest release version.
(#372)
35d0b1f is described below
commit 35d0b1fa535977887598a018ec996a54acb4cda5
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri May 10 00:12:55 2019 +0200
MAHOUT-2067: Update RAT plugin to latest release version. (#372)
* Update RAT plugin to latest release version.
* MAHOUT-2067: Fix link to ASF Mahout jira
* Update pom.xml
Use https to access maven repos.
---
.github/PULL_REQUEST_TEMPLATE | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 69a2e2f..1003c2d 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -4,7 +4,7 @@ Please give a short description of what this PR is for.
### Important ToDos
Please mark each with an "x"
-- [ ] A JIRA ticket exists (if not, please create this
first)[https://issues.apache.org/jira/browse/ZEPPELIN/]
+- [ ] A JIRA ticket exists (if not, please create this
first)[https://issues.apache.org/jira/browse/mahout/]
- [ ] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX is
the JIRA number.
- [ ] Created unit tests where appropriate
- [ ] Added licenses correct on newly added files
diff --git a/pom.xml b/pom.xml
index 7ffba9a..7b6a5c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,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>
@@ -158,7 +158,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>