commit 17bffda1eb0de8404866159ca2fc7bebb003b597
parent b653657dcef639083dc09430e6b967267e06cacd
Author: Dan Callaghan <djc@djc.id.au>
Date: Sat, 6 Mar 2010 11:06:38 +1000
use local repo for releases
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
@@ -20,7 +20,7 @@
<scm>
<url>http://code.miskinhill.com.au/hg/</url>
<connection>scm:hg:http://code.miskinhill.com.au/hg/</connection>
- <developerConnection>scm:hg:http://code.miskinhill.com.au/hg/</developerConnection>
+ <developerConnection>scm:hg:file://${project.basedir}</developerConnection>
</scm>
<build>