You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by re...@apache.org on 2014/07/20 20:15:07 UTC

svn commit: r1612141 - in /incubator/devicemap/tags/releases: devicemap-data-1.0.0/pom.xml devicemap-java-client-1.0.0/pom.xml

Author: rezan
Date: Sun Jul 20 18:15:06 2014
New Revision: 1612141

URL: http://svn.apache.org/r1612141
Log:
parent

Modified:
    incubator/devicemap/tags/releases/devicemap-data-1.0.0/pom.xml
    incubator/devicemap/tags/releases/devicemap-java-client-1.0.0/pom.xml

Modified: incubator/devicemap/tags/releases/devicemap-data-1.0.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/tags/releases/devicemap-data-1.0.0/pom.xml?rev=1612141&r1=1612140&r2=1612141&view=diff
==============================================================================
--- incubator/devicemap/tags/releases/devicemap-data-1.0.0/pom.xml (original)
+++ incubator/devicemap/tags/releases/devicemap-data-1.0.0/pom.xml Sun Jul 20 18:15:06 2014
@@ -20,6 +20,12 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>14</version>
+  </parent>
+
   <groupId>org.apache.devicemap</groupId>
   <artifactId>devicemap-data</artifactId>
   <packaging>jar</packaging>

Modified: incubator/devicemap/tags/releases/devicemap-java-client-1.0.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/tags/releases/devicemap-java-client-1.0.0/pom.xml?rev=1612141&r1=1612140&r2=1612141&view=diff
==============================================================================
--- incubator/devicemap/tags/releases/devicemap-java-client-1.0.0/pom.xml (original)
+++ incubator/devicemap/tags/releases/devicemap-java-client-1.0.0/pom.xml Sun Jul 20 18:15:06 2014
@@ -22,6 +22,12 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>14</version>
+  </parent>
+
   <groupId>org.apache.devicemap</groupId>
   <artifactId>devicemap-client</artifactId>
   <packaging>jar</packaging>
@@ -75,4 +81,4 @@
     </plugins>
   </build>
   
-</project>
\ No newline at end of file
+</project>