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

magicaltrout pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git


The following commit(s) were added to refs/heads/master by this push:
     new 058f47e  Update rat version in PGE
058f47e is described below

commit 058f47e65bcdfe38f1f572eeb438f1d2e3f7edbf
Author: Tom Barber <t...@spicule.co.uk>
AuthorDate: Mon Mar 4 22:49:17 2019 +0000

    Update rat version in PGE
    
    Fixes #182 although should probably be more dynamic in future.
---
 pge/src/main/resources/config/PgeConfig_Rat.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pge/src/main/resources/config/PgeConfig_Rat.xml 
b/pge/src/main/resources/config/PgeConfig_Rat.xml
index 40f70dc..12de6b9 100644
--- a/pge/src/main/resources/config/PgeConfig_Rat.xml
+++ b/pge/src/main/resources/config/PgeConfig_Rat.xml
@@ -11,7 +11,7 @@
   <exe dir="[JobDir]" shell="/bin/bash">
      <cmd>export PATH=$HOME/bin/:${PATH}</cmd>
      <cmd>shopt -s expand_aliases</cmd>
-     <cmd>alias rat="java -jar [DRAT_HOME]/rat/lib/apache-rat-0.12.jar"</cmd>
+     <cmd>alias rat="java -jar [DRAT_HOME]/rat/lib/apache-rat-0.13.jar"</cmd>
      <cmd>echo "Creating working dirs"</cmd>
      <cmd>mkdir -p [JobInputDir] ; mkdir -p [JobOutputDir]; mkdir -p 
[JobLogDir]</cmd>
      <!-- <cmd>echo "Staging input to [JobInputDir]"</cmd>

Reply via email to