[
https://issues.apache.org/jira/browse/TENTACLES-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philipp Ottlinger updated TENTACLES-21:
---------------------------------------
Fix Version/s: 0.1
> Tentacles uses a snapshot dependency that is not in mvn central - build
> failure
> -------------------------------------------------------------------------------
>
> Key: TENTACLES-21
> URL: https://issues.apache.org/jira/browse/TENTACLES-21
> Project: Apache Tentacles
> 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: Philipp Ottlinger
> Assignee: Robert Burrell Donkin
> Priority: Major
> Labels: build, maven
> Fix For: 0.1
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)