You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "doug chang (Updated) (JIRA)" <ji...@apache.org> on 2012/04/15 12:17:17 UTC

[jira] [Updated] (BIGTOP-532) pom.xml under test-artifacts has wrong version of itest.common

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

doug chang updated BIGTOP-532:
------------------------------

    Description: 
pom.xml under test-artifacts should have:

<dependency>
        <groupId>org.apache.bigtop.itest</groupId>
        <artifactId>itest-common</artifactId>
        <version>0.3.0-hadoop23-incubating-SNAPSHOT</version>
      </dependency>

vs. 

<dependency>
        <groupId>org.apache.bigtop.itest</groupId>
        <artifactId>itest-common</artifactId>
        <version>0.3.0-incubating-SNAPSHOT</version>
      </dependency>

maybe error with repo, maybe download the 0.3.0-incubating-SNAPSHOT from artifactory is a better soln. 

  was:
pom.xml under test-artifacts should have:

<dependency>
        <groupId>org.apache.bigtop.itest</groupId>
        <artifactId>itest-common</artifactId>
        <version>0.3.0-hadoop23-incubating-SNAPSHOT</version>
      </dependency>

vs. 

<dependency>
        <groupId>org.apache.bigtop.itest</groupId>
        <artifactId>itest-common</artifactId>
        <version>0.3.0-incubating-SNAPSHOT</version>
      </dependency>


    
> pom.xml under test-artifacts has wrong version of itest.common
> --------------------------------------------------------------
>
>                 Key: BIGTOP-532
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-532
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Debian
>    Affects Versions: 0.3.0
>         Environment: ubuntu 10.04 LTS
>            Reporter: doug chang
>            Assignee: doug chang
>             Fix For: 0.3.0
>
>
> pom.xml under test-artifacts should have:
> <dependency>
>         <groupId>org.apache.bigtop.itest</groupId>
>         <artifactId>itest-common</artifactId>
>         <version>0.3.0-hadoop23-incubating-SNAPSHOT</version>
>       </dependency>
> vs. 
> <dependency>
>         <groupId>org.apache.bigtop.itest</groupId>
>         <artifactId>itest-common</artifactId>
>         <version>0.3.0-incubating-SNAPSHOT</version>
>       </dependency>
> maybe error with repo, maybe download the 0.3.0-incubating-SNAPSHOT from artifactory is a better soln. 

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