Hugo Hirsch created RAT-117:
-------------------------------

             Summary: Tentacles uses a snapshot dependency that is not in mvn 
central - build failure
                 Key: RAT-117
                 URL: https://issues.apache.org/jira/browse/RAT-117
             Project: Apache Rat
          Issue Type: Bug
         Environment: hirsch:~/Desktop/s/creadur/tentacles/trunk$ svn info
Pfad: .
URL: http://svn.apache.org/repos/asf/creadur/tentacles/trunk
Basis des Projektarchivs: http://svn.apache.org/repos/asf
UUID des Projektarchivs: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1351441
Knotentyp: Verzeichnis
Plan: normal
Letzter Autor: dblevins
Letzte geänderte Rev: 1232283
Letztes Änderungsdatum: 2012-01-17 04:07:20 +0100 (Di, 17. Jan 2012)

hirsch:~/Desktop/s/creadur/tentacles/trunk$

            Reporter: Hugo Hirsch


Tentacles uses a snapshot dependency that results in build failures on a 
default mvn setup (mvn 3.0.4).

Patch in pom.xml is:

@@ -67,7 +67,8 @@
     <dependency>
       <groupId>org.codehaus.swizzle</groupId>
       <artifactId>swizzle-stream</artifactId>
-      <version>1.6.2-SNAPSHOT</version>
+      <!--version>1.6.2-SNAPSHOT</version-->
+      <version>1.6.1</version>
     </dependency>
 
     <dependency>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to