You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Robert Burrell Donkin (JIRA)" <ji...@apache.org> on 2012/06/30 12:35:43 UTC

[jira] [Assigned] (RAT-117) Tentacles uses a snapshot dependency that is not in mvn central - build failure

     [ https://issues.apache.org/jira/browse/RAT-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin reassigned RAT-117:
-----------------------------------------

    Assignee: Robert Burrell Donkin
    
> 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
>            Assignee: Robert Burrell Donkin
>              Labels: build, maven
>         Attachments: RAT117-pom.xml.patch
>
>
> 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