rdftemplate

Library for generating XML documents from RDF data using templates
git clone https://code.djc.id.au/git/rdftemplate/
commit b653657dcef639083dc09430e6b967267e06cacd
parent 67653fbc3dd7d32bc8ba283074638ae37af16193
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat,  6 Mar 2010 10:10:03 +1000

maven and hg repo config

Diffstat:
Mpom.xml | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -8,6 +8,20 @@
     <version>1.0-SNAPSHOT</version>
     <name>rdftemplate</name>
     <url>http://code.miskinhill.com.au/</url>
+    
+    <distributionManagement>
+        <repository>
+            <id>code.miskinhill.com.au</id>
+            <name>Miskin Hill Maven repository</name>
+            <url>dav:http://code.miskinhill.com.au/maven2/</url>
+        </repository>
+    </distributionManagement>
+    
+    <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>
+    </scm>
 
     <build>
         <plugins>