You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2012/01/05 13:39:50 UTC

svn commit: r1227568 - in /incubator/any23/trunk: CHANGES.txt lib/install-deps.sh

Author: lewismc
Date: Thu Jan  5 12:39:50 2012
New Revision: 1227568

URL: http://svn.apache.org/viewvc?rev=1227568&view=rev
Log:
commit to address ANY23-22 & update to CHANGES.txt

Modified:
    incubator/any23/trunk/CHANGES.txt
    incubator/any23/trunk/lib/install-deps.sh

Modified: incubator/any23/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/CHANGES.txt?rev=1227568&r1=1227567&r2=1227568&view=diff
==============================================================================
--- incubator/any23/trunk/CHANGES.txt (original)
+++ incubator/any23/trunk/CHANGES.txt Thu Jan  5 12:39:50 2012
@@ -0,0 +1,5 @@
+Any23 Change Log
+
+Trunk (unreleased changes):
+
+* ANY23-22 Edit trunk/lib/install-deps.sh to point to correct repos for dependencies. (lewismc)

Modified: incubator/any23/trunk/lib/install-deps.sh
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/lib/install-deps.sh?rev=1227568&r1=1227567&r2=1227568&view=diff
==============================================================================
--- incubator/any23/trunk/lib/install-deps.sh (original)
+++ incubator/any23/trunk/lib/install-deps.sh Thu Jan  5 12:39:50 2012
@@ -7,7 +7,7 @@ mvn -f ../pom.xml      \
     -Dversion=0.9.0    \
     -Dpackaging=jar    \
     -Dfile=./lib/jspf.core-0.9.0.jar \
-    -Durl=svn:https://any23.googlecode.com/svn/repo/ \
+    -Durl=svn:https://svn.apache.org/repos/asf/incubator/any23/repo/ \
 || { echo "Error while installing project dep."; exit 1; }
 
 exit 0