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/07/12 16:39:27 UTC

svn commit: r1609931 - in /incubator/devicemap/trunk/contrib/web: devicemapweb/pom.xml pom.xml webfilter/pom.xml webservice-java/pom.xml

Author: wkeil
Date: Sat Jul 12 14:39:26 2014
New Revision: 1609931

URL: http://svn.apache.org/r1609931
Log:
DMAP-39: Javadoc 

Task-Url: https://issues.apache.org/jira/browse/DMAP-39

Modified:
    incubator/devicemap/trunk/contrib/web/devicemapweb/pom.xml
    incubator/devicemap/trunk/contrib/web/pom.xml
    incubator/devicemap/trunk/contrib/web/webfilter/pom.xml
    incubator/devicemap/trunk/contrib/web/webservice-java/pom.xml

Modified: incubator/devicemap/trunk/contrib/web/devicemapweb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/contrib/web/devicemapweb/pom.xml?rev=1609931&r1=1609930&r2=1609931&view=diff
==============================================================================
--- incubator/devicemap/trunk/contrib/web/devicemapweb/pom.xml (original)
+++ incubator/devicemap/trunk/contrib/web/devicemapweb/pom.xml Sat Jul 12 14:39:26 2014
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>org.apache.devicemap.web</groupId>
 		<artifactId>web-parent</artifactId>
-		<version>0.2-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

Modified: incubator/devicemap/trunk/contrib/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/contrib/web/pom.xml?rev=1609931&r1=1609930&r2=1609931&view=diff
==============================================================================
--- incubator/devicemap/trunk/contrib/web/pom.xml (original)
+++ incubator/devicemap/trunk/contrib/web/pom.xml Sat Jul 12 14:39:26 2014
@@ -8,15 +8,15 @@
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>9</version>
+		<version>14</version>
 	</parent>
 	<url>http://incubator.apache.org/devicemap</url>
-	<version>0.2-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 	
 	<properties>
 		<java.version>1.6</java.version>
 		<devicemap.version>0.2-SNAPSHOT</devicemap.version>
-		<devicemap.data.version>0.9.9-SNAPSHOT</devicemap.data.version>
+		<devicemap.data.version>1.0.0</devicemap.data.version>
 		<w3cddr.version>20081205</w3cddr.version>
 		<build.date>${maven.build.timestamp}</build.date>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: incubator/devicemap/trunk/contrib/web/webfilter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/contrib/web/webfilter/pom.xml?rev=1609931&r1=1609930&r2=1609931&view=diff
==============================================================================
--- incubator/devicemap/trunk/contrib/web/webfilter/pom.xml (original)
+++ incubator/devicemap/trunk/contrib/web/webfilter/pom.xml Sat Jul 12 14:39:26 2014
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.apache.devicemap.web</groupId>
 		<artifactId>web-parent</artifactId>
-		<version>0.2-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>devicemapfilter</artifactId>
 	<packaging>war</packaging>
@@ -30,13 +30,13 @@
 	    </dependency>
 	    <dependency>
 	      <groupId>org.apache.devicemap</groupId>
-	      <artifactId>org.apache.devicemap.devicedata</artifactId>
+	      <artifactId>devicemap-data</artifactId>
 	      <version>${devicemap.data.version}</version>
 	      <scope>test</scope>
 	    </dependency>
 	    <dependency>
 	      <groupId>org.apache.devicemap</groupId>
-	      <artifactId>org.apache.devicemap.testdata</artifactId>
+	      <artifactId>devicemap-test-data</artifactId>
 	      <version>${devicemap.data.version}</version>
 	      <scope>test</scope>
 	    </dependency>

Modified: incubator/devicemap/trunk/contrib/web/webservice-java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/contrib/web/webservice-java/pom.xml?rev=1609931&r1=1609930&r2=1609931&view=diff
==============================================================================
--- incubator/devicemap/trunk/contrib/web/webservice-java/pom.xml (original)
+++ incubator/devicemap/trunk/contrib/web/webservice-java/pom.xml Sat Jul 12 14:39:26 2014
@@ -10,7 +10,7 @@
     <parent>
     	<groupId>org.apache.devicemap.web</groupId>
     	<artifactId>web-parent</artifactId>
-    	<version>0.2-SNAPSHOT</version>
+    	<version>0.3-SNAPSHOT</version>
     </parent>
    
     <dependencies>
@@ -47,7 +47,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.devicemap</groupId>
-            <artifactId>org.apache.devicemap.devicedata</artifactId>
+            <artifactId>devicemap-data</artifactId>
             <version>${devicemap.data.version}</version>
         </dependency>
         <dependency>