You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Zoltan Farkas (JIRA)" <ji...@apache.org> on 2016/10/14 13:48:20 UTC

[jira] [Created] (AVRO-1934) Avro test resources reference old avro dev versions

Zoltan Farkas created AVRO-1934:
-----------------------------------

             Summary: Avro test resources reference old avro dev versions
                 Key: AVRO-1934
                 URL: https://issues.apache.org/jira/browse/AVRO-1934
             Project: Avro
          Issue Type: Bug
    Affects Versions: 1.8.1
            Reporter: Zoltan Farkas
            Priority: Minor


For example:
https://github.com/apache/avro/blob/master/lang/java/maven-plugin/src/test/resources/unit/idl/pom.xml 

references 1.7.3-SNAPSHOT:

{code}
  <parent>
    <artifactId>avro-parent</artifactId>
    <groupId>org.apache.avro</groupId>
    <version>1.7.3-SNAPSHOT</version>
    <relativePath>../../../../../../../../../</relativePath>
  </parent>
{code}

this does not seem right.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)