Index: trunk/autoquest-distribution/src/main/assembly/bin.xml
===================================================================
--- trunk/autoquest-distribution/src/main/assembly/bin.xml	(revision 2227)
+++ trunk/autoquest-distribution/src/main/assembly/bin.xml	(revision 2228)
@@ -1,6 +1,6 @@
 <assembly
-    xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+    xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
     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">
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
   <id>bin-${envClassifier}</id>
   <formats>
@@ -26,6 +26,6 @@
           <include>de.ugoe.cs.autoquest:autoquest-runner</include>
       </includes>
+      <useTransitiveDependencies>false</useTransitiveDependencies>
       <outputDirectory></outputDirectory>
-      <useTransitiveDependencies>false</useTransitiveDependencies>
       <unpack>false</unpack>
     </dependencySet>
