You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org> on 2008/07/20 17:28:31 UTC

[jira] Closed: (COCOON-2226) Build error due to wrong dependency version from cocoon-servlet-service in cocoon-spring-configurator

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

Grzegorz Kossakowski closed COCOON-2226.
----------------------------------------

    Resolution: Fixed

Fixed in r678281. Thanks Abel for spotting my obvious mistake here.

> Build error due to wrong dependency version from cocoon-servlet-service in cocoon-spring-configurator
> -----------------------------------------------------------------------------------------------------
>
>                 Key: COCOON-2226
>                 URL: https://issues.apache.org/jira/browse/COCOON-2226
>             Project: Cocoon
>          Issue Type: Bug
>          Components: - Build System: Maven
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Abel MuiƱo
>            Assignee: Grzegorz Kossakowski
>         Attachments: patch.txt
>
>
> The pom for cocoon-servlet-service depends on 
>     <dependency>
>       <groupId>org.apache.cocoon</groupId>
>       <artifactId>cocoon-spring-configurator</artifactId>
>       <version>1.0.3-SNAPSHOT</version>
>       <scope>compile</scope>
>     </dependency>
> (see http://svn.apache.org/repos/asf/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/pom.xml)
> But the cocoon-spring-configuration has version 1.1.0-SNAPSHOT, which causes an error when building the project.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.