You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/07 02:51:41 UTC

commons-crypto git commit: RAT is am acronym, so use "RAT", not "Rat".

Repository: commons-crypto
Updated Branches:
  refs/heads/master f968c27ff -> 22d01746b


RAT is am acronym, so use "RAT", not "Rat".

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/22d01746
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/22d01746
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/22d01746

Branch: refs/heads/master
Commit: 22d01746bc79f17c03ee2f3280c478501e0c0e22
Parents: f968c27
Author: ggregory <gg...@apache.org>
Authored: Mon Jun 6 19:51:37 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Jun 6 19:51:37 2016 -0700

----------------------------------------------------------------------
 BUILDING.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/22d01746/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index d4d78cd..969d0c3 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -53,7 +53,7 @@ Maven build goals:
 * Run checkstyle            : mvn compile checkstyle:checkstyle
 * Install JAR in M2 cache   : mvn install
 * Deploy JAR to Maven repo  : mvn deploy
-* Run Rat                   : mvn apache-rat:check
+* Run RAT                   : mvn apache-rat:check
 * Build javadocs            : mvn javadoc:javadoc
 * Change version            : mvn versions:set -DnewVersion=NEWVERSION