commit ff42cf10ecf795dcf2c3f6e5832abd22cb8875bf
parent 10ec7c3699580ab881d824ef58b8c43b48f6dd24
Author: Dan Callaghan <djc@djc.id.au>
Date: Sun, 16 May 2010 16:48:04 +1000
distributionManagement and scm config for new home at http://code.djc.id.au/
Diffstat:
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
@@ -5,8 +5,22 @@
<artifactId>jena-spring</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
-
<name>Jena Spring integration</name>
+ <url>http://code.djc.id.au/</url>
+
+ <distributionManagement>
+ <repository>
+ <id>code.djc.id.au</id>
+ <name>code.djc.id.au Maven repository</name>
+ <url>dav:http://code.djc.id.au/maven2/</url>
+ </repository>
+ </distributionManagement>
+
+ <scm>
+ <url>http://code.djc.id.au/hg/jena-spring-master/</url>
+ <connection>scm:hg:http://code.djc.id.au/hg/jena-spring-master/</connection>
+ <developerConnection>scm:hg:file://${project.basedir}</developerConnection>
+ </scm>
<properties>
<spring.version>3.0.2.RELEASE</spring.version>