You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/09/07 23:02:25 UTC

[incubator-sedona] branch master updated: [SEDONA-165] Upgrade Apache Rat to 0.14 (#685)

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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 75a76952 [SEDONA-165] Upgrade Apache Rat to 0.14 (#685)
75a76952 is described below

commit 75a769526019a879ae288cc60d4d1748f81fba3b
Author: Kengo Seki <se...@apache.org>
AuthorDate: Thu Sep 8 08:02:20 2022 +0900

    [SEDONA-165] Upgrade Apache Rat to 0.14 (#685)
---
 docs/community/publish.md | 4 ++--
 pom.xml                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/community/publish.md b/docs/community/publish.md
index fc0cdb61..b9a72df3 100644
--- a/docs/community/publish.md
+++ b/docs/community/publish.md
@@ -86,7 +86,7 @@ mvn deploy -DskipTests -Dscala=2.12 -Dspark=2.4
 ```bash
 #!/bin/bash
 git clone --shared --branch master https://github.com/apache/incubator-sedona.git sedona-src
-java -jar apache-rat-0.13.jar -d sedona-src > report.txt
+java -jar apache-rat-0.14.jar -d sedona-src > report.txt
 ```
 3. Read the generated report.txt file and make sure all source code files have ASF header.
 4. Delete the generated report and cloned files
@@ -606,4 +606,4 @@ sudo apt install littler tree libcurl4-openssl-dev
 #!/bin/bash
 Rscript generate-docs.R
 cd ./docs/api/rdocs && tree -H '.' -L 1 --noreport --charset utf-8 -o index.html && cd ../../../
-```
\ No newline at end of file
+```
diff --git a/pom.xml b/pom.xml
index 680e227d..43e8d10b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,7 +467,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.13</version>
+                <version>0.14</version>
             </plugin>
         </plugins>
     </build>