commit 02acfcae740b6a35def527eb9d55d443c89f510e
parent e23ee7fef06eb4b4cb132123218db20f07d77404
Author: Dan Callaghan <djc@djc.id.au>
Date: Fri, 25 Mar 2011 20:33:18 +1000
pom cleanups
* hg -> git
* no more Hudson (for now)
* Jena fork is now under djc.id.au
* updated all dependencies
Diffstat:
M | pom.xml | | | 38 | ++++++++++++++------------------------ |
1 file changed, 14 insertions(+), 24 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -21,14 +21,10 @@
</repository>
</distributionManagement>
<scm>
- <url>http://code.djc.id.au/hg/rdftemplate-master/</url>
- <connection>scm:hg:http://code.djc.id.au/hg/rdftemplate-master/</connection>
- <developerConnection>scm:hg:file://${project.basedir}</developerConnection>
+ <url>https://github.com/danc86/rdftemplate/</url>
+ <connection>scm:git:git://github.com/danc86/rdftemplate.git</connection>
+ <developerConnection>scm:git:file://${project.basedir}</developerConnection>
</scm>
- <ciManagement>
- <system>Hudson</system>
- <url>http://hudson.miskinhill.com.au/job/rdftemplate/</url>
- </ciManagement>
<developers>
<developer>
<name>Dan C</name>
@@ -50,17 +46,11 @@
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
- <repository>
- <id>code.miskinhill.com.au</id>
- <url>http://code.miskinhill.com.au/maven2/</url>
- <releases><enabled>true</enabled></releases>
- <snapshots><enabled>false</enabled></snapshots>
- </repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <spring.version>3.0.2.RELEASE</spring.version>
+ <spring.version>3.0.5.RELEASE</spring.version>
</properties>
<build>
@@ -75,7 +65,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
- <version>3.1.3-1</version>
+ <version>3.3</version>
<executions>
<execution>
<goals>
@@ -100,7 +90,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
+ <version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -122,12 +112,12 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
- <version>3.1.3</version>
+ <version>3.3</version>
</dependency>
<dependency>
- <groupId>au.com.miskinhill.jena</groupId>
+ <groupId>au.id.djc.jena</groupId>
<artifactId>jena</artifactId>
- <version>2.6.2.1</version>
+ <version>2.6.4.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -140,9 +130,9 @@
</exclusions>
</dependency>
<dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>1.6</version>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -165,13 +155,13 @@
<dependency>
<groupId>au.id.djc</groupId>
<artifactId>jena-spring</artifactId>
- <version>1.0</version>
+ <version>1.2-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
- <version>4.0.7</version>
+ <version>4.1.0</version>
<scope>runtime</scope> <!-- because JDK6 StAX impl is shit -->
</dependency>
</dependencies>