You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/17 23:08:41 UTC

svn commit: r1865377 - /commons/scripts/Nexus2DistDev.sh

Author: sebb
Date: Sat Aug 17 23:08:41 2019
New Revision: 1865377

URL: http://svn.apache.org/viewvc?rev=1865377&view=rev
Log:
Fix message

Modified:
    commons/scripts/Nexus2DistDev.sh

Modified: commons/scripts/Nexus2DistDev.sh
URL: http://svn.apache.org/viewvc/commons/scripts/Nexus2DistDev.sh?rev=1865377&r1=1865376&r2=1865377&view=diff
==============================================================================
--- commons/scripts/Nexus2DistDev.sh (original)
+++ commons/scripts/Nexus2DistDev.sh Sat Aug 17 23:08:41 2019
@@ -97,7 +97,7 @@ then
 
     if [ -d ${SVNDIR}-dev-dist/$TAGNAMERC ]
     then
-        echo "$TAGNAMERC already exists under ${SVNDIR}-dev-dist; is this the correct RC? "
+        echo "$TAGNAMERC already exists under ${SVNDIR}-dev-dist; is the correct RC defined in pom.xml? "
         exit 1
     fi