You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by bd...@apache.org on 2012/10/02 17:08:00 UTC

svn commit: r1392949 - /incubator/devicemap/trunk/openddr/java/pom.xml

Author: bdelacretaz
Date: Tue Oct  2 15:07:59 2012
New Revision: 1392949

URL: http://svn.apache.org/viewvc?rev=1392949&view=rev
Log:
Use latest DDR-Simple-API

Modified:
    incubator/devicemap/trunk/openddr/java/pom.xml

Modified: incubator/devicemap/trunk/openddr/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/openddr/java/pom.xml?rev=1392949&r1=1392948&r2=1392949&view=diff
==============================================================================
--- incubator/devicemap/trunk/openddr/java/pom.xml (original)
+++ incubator/devicemap/trunk/openddr/java/pom.xml Tue Oct  2 15:07:59 2012
@@ -78,7 +78,7 @@
            http://www.w3.org/TR/2008/WD-DDR-Simple-API-20080404/ -->
       <groupId>org.w3c.ddr.simple</groupId>
       <artifactId>DDR-Simple-API</artifactId>
-      <version>2008-03-30</version>
+      <version>2008-04-04</version>
     </dependency>
   </dependencies>
 </project>