moving configuration of launchpad plugin to be global - now launchpad:run works on testing

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@923988 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 2617a62..7ccbe9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,13 +184,13 @@
                         <goals>
                             <goal>prepare-package</goal>
                         </goals>
-                        <configuration>
-                            <defaultBundleList>
-                                <version>6-SNAPSHOT</version>
-                            </defaultBundleList>
-                        </configuration>
                     </execution>
-                </executions>
+                </executions>    
+                <configuration>
+                    <defaultBundleList>
+                        <version>6-SNAPSHOT</version>
+                    </defaultBundleList>
+                </configuration>
             </plugin>
 
             <!--