Author: wkeil Date: Sat Jan 10 18:11:18 2015 New Revision: 1650784 URL: http://svn.apache.org/r1650784 Log: DMAP-49: W3C integration
Task-Url: https://issues.apache.org/jira/browse/DMAP-49 Modified: devicemap/trunk/devicemap/java/pom.xml devicemap/trunk/devicemap/java/simpleddr/pom.xml Modified: devicemap/trunk/devicemap/java/pom.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/pom.xml?rev=1650784&r1=1650783&r2=1650784&view=diff ============================================================================== --- devicemap/trunk/devicemap/java/pom.xml (original) +++ devicemap/trunk/devicemap/java/pom.xml Sat Jan 10 18:11:18 2015 @@ -24,7 +24,7 @@ <name>Apache DeviceMap Java Parent</name> <description>Apache DeviceMap Java Parent</description> <url>http://devicemap.apache.org</url> - <version>1.2.0</version> + <version>1.1.0-SNAPSHOT</version> <modules> <module>classifier</module> <module>simpleddr</module> Modified: devicemap/trunk/devicemap/java/simpleddr/pom.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/simpleddr/pom.xml?rev=1650784&r1=1650783&r2=1650784&view=diff ============================================================================== --- devicemap/trunk/devicemap/java/simpleddr/pom.xml (original) +++ devicemap/trunk/devicemap/java/simpleddr/pom.xml Sat Jan 10 18:11:18 2015 @@ -15,13 +15,12 @@ <parent> <groupId>org.apache.devicemap</groupId> <artifactId>devicemap-java</artifactId> - <version>1.2.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> - <description>Apache DeviceMap Simple DDR Java implementation. -Open Source Reference Implementation of W3C DDR Standard</description> + <description>Apache DeviceMap DDR Java API</description> <artifactId>devicemap-simpleddr</artifactId> <packaging>jar</packaging> - <name>Apache DeviceMap Simple DDR</name> + <name>Apache DeviceMap DDR API</name> <inceptionYear>2012</inceptionYear> <url>http://devicemap.apache.org</url>
