rdftemplate

Library for generating XML documents from RDF data using templates
git clone https://code.djc.id.au/git/rdftemplate/
commit 9e3ce9ba9850349e1a4bf222c66343df6173c845
parent a821cfc2dee53dbe6d6fab2842c7ed4c3a91e192
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat,  6 Mar 2010 11:07:47 +1000

[maven-release-plugin] prepare for next development iteration

Diffstat:
Mpom.xml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -4,7 +4,7 @@
     <groupId>au.com.miskinhill</groupId>
     <artifactId>rdftemplate</artifactId>
     <packaging>jar</packaging>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>rdftemplate</name>
     <url>http://code.miskinhill.com.au/</url>
     
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>au.com.miskinhill.jena</groupId>
             <artifactId>jena</artifactId>
-            <version>2.6.2.1</version>
+            <version>2.6.2.2-SNAPSHOT</version>
         </dependency>
         <dependency>
         	<groupId>joda-time</groupId>