Scout-82, applying patch 6

git-svn-id: https://svn.apache.org/repos/asf/webservices/scout/branches/scout-1.1@798747 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1b5cbc7..6b46ad2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
         <dependency>
             <groupId>org.apache.juddi</groupId>
             <artifactId>juddi</artifactId>
-            <version>2.0.0</version>
+            <version>2.0rc7</version>
             <scope>test</scope>
         </dependency>
 
@@ -325,10 +325,10 @@
             </activation>
             <build>
                 <plugins>
-                    <!-- waiting for release -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-assembly-plugin</artifactId>
+                        <version>2.2-beta-4</version>
                         <executions>
                             <execution>
                                 <goals>
@@ -342,6 +342,7 @@
                                             source-release
                                         </descriptorRef>
                                     </descriptorRefs>
+                                    <tarLongFileMode>gnu</tarLongFileMode>
                                 </configuration>
                             </execution>
                         </executions>