You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Abel Muiño (JIRA)" <ji...@apache.org> on 2008/07/19 13:47:31 UTC

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

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


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.


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

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski reassigned COCOON-2226:
--------------------------------------------

    Assignee: Grzegorz Kossakowski

> 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.


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

Posted by "Abel Muiño (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abel Muiño updated COCOON-2226:
-------------------------------

    Attachment: patch.txt

Changes version of dependency to 1.1.0-SNAPSHOT

> 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
>         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.