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 2013/09/30 14:12:57 UTC

svn commit: r1527529 - in /incubator/devicemap/trunk: data/device-data/pom.xml data/test-data/pom.xml pom.xml

Author: bdelacretaz
Date: Mon Sep 30 12:12:57 2013
New Revision: 1527529

URL: http://svn.apache.org/r1527529
Log:
DMAP-30 - adapt pom to code moves

Modified:
    incubator/devicemap/trunk/data/device-data/pom.xml
    incubator/devicemap/trunk/data/test-data/pom.xml
    incubator/devicemap/trunk/pom.xml

Modified: incubator/devicemap/trunk/data/device-data/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/data/device-data/pom.xml?rev=1527529&r1=1527528&r2=1527529&view=diff
==============================================================================
--- incubator/devicemap/trunk/data/device-data/pom.xml (original)
+++ incubator/devicemap/trunk/data/device-data/pom.xml Mon Sep 30 12:12:57 2013
@@ -37,9 +37,9 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/data</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/data</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/data</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/devicemap/trunk/data/device-data</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/devicemap/trunk/data/device-data</developerConnection>
+    <url>http://svn.apache.org/repos/asf/incubator/devicemap/trunk/data/device-data</url>
   </scm>
   
   <build>

Modified: incubator/devicemap/trunk/data/test-data/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/data/test-data/pom.xml?rev=1527529&r1=1527528&r2=1527529&view=diff
==============================================================================
--- incubator/devicemap/trunk/data/test-data/pom.xml (original)
+++ incubator/devicemap/trunk/data/test-data/pom.xml Mon Sep 30 12:12:57 2013
@@ -37,8 +37,8 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/test-data</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/test-data</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/devicemap/trunk/openddr/test-data</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/devicemap/trunk/data/test-data</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/devicemap/trunk/data/test-data</developerConnection>
+    <url>http://svn.apache.org/repos/asf/incubator/devicemap/trunk/data/test-data</url>
   </scm>
  </project> 

Modified: incubator/devicemap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/pom.xml?rev=1527529&r1=1527528&r2=1527529&view=diff
==============================================================================
--- incubator/devicemap/trunk/pom.xml (original)
+++ incubator/devicemap/trunk/pom.xml Mon Sep 30 12:12:57 2013
@@ -37,8 +37,8 @@
   </prerequisites>
 
   <modules>
-    <module>openddr/data</module>
-    <module>openddr/test-data</module>
+    <module>data/device-data</module>
+    <module>data/test-data</module>
     <module>devicemapjava</module>
 
     <!--