You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/07/02 13:00:01 UTC

[cordova-coho] branch feat/update-rat created (now a157693)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a change to branch feat/update-rat
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git.


      at a157693  build(deps): updates Apache Rat from 0.12 to 0.13

This branch includes the following new commits:

     new a157693  build(deps): updates Apache Rat from 0.12 to 0.13

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-coho] 01/01: build(deps): updates Apache Rat from 0.12 to 0.13

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch feat/update-rat
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git

commit a1576938be2e9f168b0aa74a2eabddcac874d1a7
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Thu Jul 2 12:59:55 2020 +0000

    build(deps): updates Apache Rat from 0.12 to 0.13
---
 src/audit-license-headers.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/audit-license-headers.js b/src/audit-license-headers.js
index c2084dd..84c3191 100644
--- a/src/audit-license-headers.js
+++ b/src/audit-license-headers.js
@@ -90,7 +90,7 @@ module.exports.scrubRepos = function * (repos, silent, ignoreError, win, fail) {
 
 // Returns path to Apache RAT JAR; downloads it first if necessary
 async function getRatJar () {
-    const RAT_ID = 'apache-rat-0.12';
+    const RAT_ID = 'apache-rat-0.13';
     const RAT_URL = `https://archive.apache.org/dist/creadur/${RAT_ID}/${RAT_ID}-bin.tar.gz`;
 
     const cohoRoot = repoutil.getRepoDir(repoutil.getRepoById('coho'));


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org