You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/03/03 18:17:57 UTC

svn commit: r1296670 - /lucene/dev/nightly/common-maven.sh

Author: sarowe
Date: Sat Mar  3 17:17:57 2012
New Revision: 1296670

URL: http://svn.apache.org/viewvc?rev=1296670&view=rev
Log:
add missing line continuation backslashes

Modified:
    lucene/dev/nightly/common-maven.sh

Modified: lucene/dev/nightly/common-maven.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/common-maven.sh?rev=1296670&r1=1296669&r2=1296670&view=diff
==============================================================================
--- lucene/dev/nightly/common-maven.sh (original)
+++ lucene/dev/nightly/common-maven.sh Sat Mar  3 17:17:57 2012
@@ -16,8 +16,8 @@ ANT_OPTS="-Xmx256m -XX:+CMSClassUnloadin
     $ANT_HOME/bin/ant \
     -Dsvnversion.exe=$SVNVERSION_EXE \
     -Dsvn.exe=$SVN_EXE \
-    -Dm2.repository.id=apache.snapshots.https
-    -Dm2.repository.url=https://repository.apache.org/content/repositories/snapshots
+    -Dm2.repository.id=apache.snapshots.https \
+    -Dm2.repository.url=https://repository.apache.org/content/repositories/snapshots \
     generate-maven-artifacts
 echo ">>> Done deploying Maven snapshot artifacts to the Apache snapshots repository"