You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by wk...@apache.org on 2015/04/23 23:28:03 UTC

svn commit: r1675722 - /devicemap/trunk/clients/w3c-ddr/pom.xml

Author: wkeil
Date: Thu Apr 23 21:28:03 2015
New Revision: 1675722

URL: http://svn.apache.org/r1675722
Log:
Updated svnignore in new folders

Modified:
    devicemap/trunk/clients/w3c-ddr/pom.xml

Modified: devicemap/trunk/clients/w3c-ddr/pom.xml
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/w3c-ddr/pom.xml?rev=1675722&r1=1675721&r2=1675722&view=diff
==============================================================================
--- devicemap/trunk/clients/w3c-ddr/pom.xml (original)
+++ devicemap/trunk/clients/w3c-ddr/pom.xml Thu Apr 23 21:28:03 2015
@@ -19,14 +19,13 @@
 	</parent>
 
 	<groupId>org.apache.devicemap</groupId>
-	<artifactId>devicemap-java</artifactId>
+	<artifactId>devicemap-w3c-ddr</artifactId>
 	<packaging>pom</packaging>
-	<name>Apache DeviceMap Java Parent</name>
-	<description>Apache DeviceMap Java Parent</description>
+	<name>Apache DeviceMap W3C DDR Parent</name>
+	<description>Apache DeviceMap W3C DDR Simple Parent</description>
 	<url>http://devicemap.apache.org</url>
 	<version>1.1.0-SNAPSHOT</version>
 	<modules>
-		<module>classifier</module>
 		<module>simpleddr</module>
 
                 <!-- omit this for now as org.w3c.ddr:simple:jar:20081205 
@@ -52,9 +51,9 @@
 	</properties>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/devicemap/trunk/devicemap/java</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/devicemap/trunk/devicemap/java</developerConnection>
-		<url>http://svn.apache.org/viewvc/devicemap/trunk/java</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/devicemap/trunk/clients/w3c-ddr</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/devicemap/trunk/clients/w3c-ddr</developerConnection>
+		<url>http://svn.apache.org/viewvc/devicemap/trunk/clients/w3c-ddr</url>
 	</scm>
 
 	<dependencyManagement>