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/11/12 21:47:36 UTC

svn commit: r1639049 - in /incubator/devicemap/trunk/examples: console/pom.xml ddr-filter/pom.xml ddr-service/pom.xml pom.xml servlet/pom.xml spring/pom.xml

Author: wkeil
Date: Wed Nov 12 20:47:36 2014
New Revision: 1639049

URL: http://svn.apache.org/r1639049
Log:
DMAP-53: This is an epic for tasks or issues related to examples 

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

Modified:
    incubator/devicemap/trunk/examples/console/pom.xml
    incubator/devicemap/trunk/examples/ddr-filter/pom.xml
    incubator/devicemap/trunk/examples/ddr-service/pom.xml
    incubator/devicemap/trunk/examples/pom.xml
    incubator/devicemap/trunk/examples/servlet/pom.xml
    incubator/devicemap/trunk/examples/spring/pom.xml

Modified: incubator/devicemap/trunk/examples/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/console/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/console/pom.xml (original)
+++ incubator/devicemap/trunk/examples/console/pom.xml Wed Nov 12 20:47:36 2014
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.devicemap.examples</groupId>
 		<artifactId>examples-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC1</version>
 	</parent>
 	<artifactId>console-example</artifactId>
 	<name>DeviceMap Console Example</name>

Modified: incubator/devicemap/trunk/examples/ddr-filter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/ddr-filter/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/ddr-filter/pom.xml (original)
+++ incubator/devicemap/trunk/examples/ddr-filter/pom.xml Wed Nov 12 20:47:36 2014
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.apache.devicemap.examples</groupId>
 		<artifactId>examples-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC1</version>
 	</parent>
 	<properties>
 		<devicemap.ddr.version>1.0.0</devicemap.ddr.version>

Modified: incubator/devicemap/trunk/examples/ddr-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/ddr-service/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/ddr-service/pom.xml (original)
+++ incubator/devicemap/trunk/examples/ddr-service/pom.xml Wed Nov 12 20:47:36 2014
@@ -10,7 +10,7 @@
 	<parent>
 		<groupId>org.apache.devicemap.examples</groupId>
 		<artifactId>examples-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0-RC1</version>
 	</parent>
 
 	<properties>

Modified: incubator/devicemap/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/pom.xml (original)
+++ incubator/devicemap/trunk/examples/pom.xml Wed Nov 12 20:47:36 2014
@@ -13,7 +13,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.devicemap.examples</groupId>
 	<artifactId>examples-parent</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.0.0-RC1</version>
 	<packaging>pom</packaging>
 	<name>Apache DeviceMap Examples</name>
 	<modules>
@@ -21,6 +21,7 @@
 		<module>servlet</module>
 		<module>spring</module>
 		<module>ddr-filter</module>
+		<module>ddr-service</module>
 	</modules>
 	<parent>
 		<groupId>org.apache</groupId>

Modified: incubator/devicemap/trunk/examples/servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/servlet/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/servlet/pom.xml (original)
+++ incubator/devicemap/trunk/examples/servlet/pom.xml Wed Nov 12 20:47:36 2014
@@ -24,7 +24,7 @@
     <groupId>org.apache.devicemap.examples</groupId>
     <artifactId>dmap-servlet</artifactId>
     <packaging>war</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-RC1</version>
     <name>DeviceMap Servlet Example</name>
     <description>Apache DeviceMap Servlet Example</description>
 

Modified: incubator/devicemap/trunk/examples/spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/spring/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff
==============================================================================
Binary files - no diff available.