Author: wkeil Date: Wed Nov 12 21:00:04 2014 New Revision: 1639055 URL: http://svn.apache.org/r1639055 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=1639055&r1=1639054&r2=1639055&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/console/pom.xml (original) +++ incubator/devicemap/trunk/examples/console/pom.xml Wed Nov 12 21:00:04 2014 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.devicemap.examples</groupId> <artifactId>examples-parent</artifactId> - <version>1.0.0-RC1</version> + <version>1.0.0-SNAPSHOT</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=1639055&r1=1639054&r2=1639055&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/ddr-filter/pom.xml (original) +++ incubator/devicemap/trunk/examples/ddr-filter/pom.xml Wed Nov 12 21:00:04 2014 @@ -7,7 +7,7 @@ <parent> <groupId>org.apache.devicemap.examples</groupId> <artifactId>examples-parent</artifactId> - <version>1.0.0-RC1</version> + <version>1.0.0-SNAPSHOT</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=1639055&r1=1639054&r2=1639055&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/ddr-service/pom.xml (original) +++ incubator/devicemap/trunk/examples/ddr-service/pom.xml Wed Nov 12 21:00:04 2014 @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.devicemap.examples</groupId> <artifactId>examples-parent</artifactId> - <version>1.0.0-RC1</version> + <version>1.0.0-SNAPSHOT</version> </parent> <properties> Modified: incubator/devicemap/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/pom.xml?rev=1639055&r1=1639054&r2=1639055&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/pom.xml (original) +++ incubator/devicemap/trunk/examples/pom.xml Wed Nov 12 21:00:04 2014 @@ -13,7 +13,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.devicemap.examples</groupId> <artifactId>examples-parent</artifactId> - <version>1.0.0-RC1</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeviceMap Examples</name> <modules> Modified: incubator/devicemap/trunk/examples/servlet/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/servlet/pom.xml?rev=1639055&r1=1639054&r2=1639055&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/servlet/pom.xml (original) +++ incubator/devicemap/trunk/examples/servlet/pom.xml Wed Nov 12 21:00:04 2014 @@ -24,7 +24,7 @@ <groupId>org.apache.devicemap.examples</groupId> <artifactId>dmap-servlet</artifactId> <packaging>war</packaging> - <version>1.0.0-RC1</version> + <version>1.0.0-SNAPSHOT</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=1639055&r1=1639054&r2=1639055&view=diff ============================================================================== Binary files - no diff available.
