Author: wkeil Date: Sat Dec 27 20:12:13 2014 New Revision: 1648103 URL: http://svn.apache.org/r1648103 Log: DMAP-111: Improve Web Examples
Task-Url: https://issues.apache.org/jira/browse/DMAP-111 Modified: devicemap/trunk/examples/distribution/pom.xml Modified: devicemap/trunk/examples/distribution/pom.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/examples/distribution/pom.xml?rev=1648103&r1=1648102&r2=1648103&view=diff ============================================================================== --- devicemap/trunk/examples/distribution/pom.xml (original) +++ devicemap/trunk/examples/distribution/pom.xml Sat Dec 27 20:12:13 2014 @@ -5,10 +5,10 @@ <artifactId>examples-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <artifactId>distribution</artifactId> + <artifactId>examples-distribution</artifactId> <packaging>pom</packaging> - <name>Distribution</name> + <name>DeviceMap Examples Distribution</name> <!-- NOTE: These dependency declarations are only required to sort this project to the end of the line in the multimodule build.
