[TAMAYA-265] Corrected the ids used in the executions section of the assembly plugin.
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 83f37ca..6212a62 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -614,7 +614,7 @@
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>
                     <execution>
-                        <id>attach-distribution-src</id>
+                        <id>attach-distribution-bin</id>
                         <phase>package</phase>
                         <goals>
                             <goal>single</goal>
@@ -625,7 +625,7 @@
                         </configuration>
                     </execution>
                     <execution>
-                        <id>attach-distribution-bin</id>
+                        <id>attach-distribution-src</id>
                         <phase>package</phase>
                         <goals>
                             <goal>single</goal>