You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2008/11/20 21:57:05 UTC

[jira] Created: (SMX4-162) Servicemix Specs POM is using old servicemix-parent-2-SNAPSHOT pom that no longer exists

Servicemix Specs POM is using old servicemix-parent-2-SNAPSHOT pom that no longer exists
----------------------------------------------------------------------------------------

                 Key: SMX4-162
                 URL: https://issues.apache.org/activemq/browse/SMX4-162
             Project: ServiceMix 4
          Issue Type: Bug
            Reporter: Donald Woods


I'm trying to build smx4/kernel/trunk with a clean repo and its failing, due to project org.apache.servicemix.specs:specs:pom:1.2-SNAPSHOT requiring org.apache.servicemix:servicemix-pom:pom:2-SNAPSHOT which is no longer on the snapshot repo.

The parent pom in servicemix/smx4/specs/trunk/pom.xml -
    <parent>
        <groupId>org.apache.servicemix</groupId>
        <artifactId>servicemix-pom</artifactId>
        <version>2-SNAPSHOT</version>
    </parent>
Needs to be updated to use -
        <version>2</version>


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


[jira] Resolved: (SMX4-162) Servicemix Specs POM is using old servicemix-parent-2-SNAPSHOT pom that no longer exists

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4-162.
----------------------------------

         Assignee: Guillaume Nodet
    Fix Version/s: specs-1.2.0
       Resolution: Fixed

Sending        pom.xml
Transmitting file data .
Committed revision 719403.

> Servicemix Specs POM is using old servicemix-parent-2-SNAPSHOT pom that no longer exists
> ----------------------------------------------------------------------------------------
>
>                 Key: SMX4-162
>                 URL: https://issues.apache.org/activemq/browse/SMX4-162
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Donald Woods
>            Assignee: Guillaume Nodet
>             Fix For: specs-1.2.0
>
>         Attachments: SMX-162.patch
>
>
> I'm trying to build smx4/kernel/trunk with a clean repo and its failing, due to project org.apache.servicemix.specs:specs:pom:1.2-SNAPSHOT requiring org.apache.servicemix:servicemix-pom:pom:2-SNAPSHOT which is no longer on the snapshot repo.
> The parent pom in servicemix/smx4/specs/trunk/pom.xml -
>     <parent>
>         <groupId>org.apache.servicemix</groupId>
>         <artifactId>servicemix-pom</artifactId>
>         <version>2-SNAPSHOT</version>
>     </parent>
> Needs to be updated to use -
>         <version>2</version>

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


[jira] Updated: (SMX4-162) Servicemix Specs POM is using old servicemix-parent-2-SNAPSHOT pom that no longer exists

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated SMX4-162:
------------------------------

    Attachment: SMX-162.patch

Patch created against http://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk to update the parent pom version to released version=2

> Servicemix Specs POM is using old servicemix-parent-2-SNAPSHOT pom that no longer exists
> ----------------------------------------------------------------------------------------
>
>                 Key: SMX4-162
>                 URL: https://issues.apache.org/activemq/browse/SMX4-162
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Donald Woods
>         Attachments: SMX-162.patch
>
>
> I'm trying to build smx4/kernel/trunk with a clean repo and its failing, due to project org.apache.servicemix.specs:specs:pom:1.2-SNAPSHOT requiring org.apache.servicemix:servicemix-pom:pom:2-SNAPSHOT which is no longer on the snapshot repo.
> The parent pom in servicemix/smx4/specs/trunk/pom.xml -
>     <parent>
>         <groupId>org.apache.servicemix</groupId>
>         <artifactId>servicemix-pom</artifactId>
>         <version>2-SNAPSHOT</version>
>     </parent>
> Needs to be updated to use -
>         <version>2</version>

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