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 2014/06/09 03:26:22 UTC

svn commit: r1601294 - in /incubator/devicemap/trunk/devicemap/java: classifier/pom.xml pom.xml simpleddr/pom.xml

Author: wkeil
Date: Mon Jun  9 01:26:21 2014
New Revision: 1601294

URL: http://svn.apache.org/r1601294
Log:
Tagging

Modified:
    incubator/devicemap/trunk/devicemap/java/classifier/pom.xml
    incubator/devicemap/trunk/devicemap/java/pom.xml
    incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml

Modified: incubator/devicemap/trunk/devicemap/java/classifier/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/classifier/pom.xml?rev=1601294&r1=1601293&r2=1601294&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/classifier/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/classifier/pom.xml Mon Jun  9 01:26:21 2014
@@ -23,8 +23,8 @@
     <parent>
         <groupId>org.apache.devicemap</groupId>
         <artifactId>devicemap-parent</artifactId>
-        <version>0.1-SNAPSHOT</version>
-        <relativePath>.</relativePath>
+        <version>0.2-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.devicemap</groupId>

Modified: incubator/devicemap/trunk/devicemap/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/pom.xml?rev=1601294&r1=1601293&r2=1601294&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/pom.xml Mon Jun  9 01:26:21 2014
@@ -28,7 +28,7 @@
     <groupId>org.apache.devicemap</groupId>
     <artifactId>devicemap-parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
     <name>Apache DeviceMap Parent</name>
     <description>Apache DeviceMap Java Parent</description>
     <url>http://incubator.apache.org/devicemap</url>

Modified: incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml?rev=1601294&r1=1601293&r2=1601294&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/simpleddr/pom.xml Mon Jun  9 01:26:21 2014
@@ -19,9 +19,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.devicemap</groupId>
-    <relativePath>.</relativePath>
+    <relativePath>..</relativePath>
     <artifactId>devicemap-parent</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.devicemap</groupId>