Author: wkeil Date: Sat Dec 27 19:30:23 2014 New Revision: 1648095 URL: http://svn.apache.org/r1648095 Log: DMAP-111: Improve Web Examples
Task-Url: https://issues.apache.org/jira/browse/DMAP-111 Modified: devicemap/trunk/examples/distribution/src/assembly/bin.xml devicemap/trunk/examples/pom.xml Modified: devicemap/trunk/examples/distribution/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/examples/distribution/src/assembly/bin.xml?rev=1648095&r1=1648094&r2=1648095&view=diff ============================================================================== --- devicemap/trunk/examples/distribution/src/assembly/bin.xml (original) +++ devicemap/trunk/examples/distribution/src/assembly/bin.xml Sat Dec 27 19:30:23 2014 @@ -2,7 +2,7 @@ xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> - <id>bin</id> + <id>java</id> <formats> <!-- format>dir</format --> <format>tar.gz</format> Modified: devicemap/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/examples/pom.xml?rev=1648095&r1=1648094&r2=1648095&view=diff ============================================================================== --- devicemap/trunk/examples/pom.xml (original) +++ devicemap/trunk/examples/pom.xml Sat Dec 27 19:30:23 2014 @@ -93,7 +93,6 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.5.3</version> <configuration> <descriptors> <descriptor>src/assembly/bin.xml</descriptor>
