rdftemplate

Library for generating XML documents from RDF data using templates
git clone https://code.djc.id.au/git/rdftemplate/
commit 494b3622adfa032f0c86c6367ae180cbc5c8f01f
parent 3fce2cf6bd6318ad5c0b9f07240fea89700c8e66
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 15 May 2011 16:27:42 +1000

update to released jena-spring

Diffstat:
Mpom.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
@@ -155,7 +155,7 @@
         <dependency>
             <groupId>au.id.djc</groupId>
             <artifactId>jena-spring</artifactId>
-            <version>1.2-SNAPSHOT</version>
+            <version>1.2</version>
             <optional>true</optional>
         </dependency>
         <!-- JDK6 StAX implementation sucks, Woodstox 4 sucks, ... -->