You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Ian Dickinson (JIRA)" <ji...@apache.org> on 2015/01/14 10:35:34 UTC

[jira] [Updated] (JENA-849) Incorrect version numbers in schemagen maven documentation

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

Ian Dickinson updated JENA-849:
-------------------------------
    Description: 
Reported by Alexander Willner.

Documentation for the Schemagen maven plugin has the wrong maven config: it says

{code:xml}
    <dependency>
      <groupId>org.apache.jena.tools</groupId>
      <artifactId>schemagen</artifactId>
      <version>0.2-SNAPSHOT</version>
      <type>maven-plugin</type>
    </dependency>
{code}

it should say:

{code:xml}
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-maven-tools</artifactId>
      <version>0.7</version>
      <type>maven-plugin</type>
    </dependency>
{code}

  was:
Reported by Alexander Willner.

Documentation for the Schemagen maven plugin has the wrong maven config: it says

    <dependency>
      <groupId>org.apache.jena.tools</groupId>
      <artifactId>schemagen</artifactId>
      <version>0.2-SNAPSHOT</version>
      <type>maven-plugin</type>
    </dependency>

it should say:

    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-maven-tools</artifactId>
      <version>0.7</version>
      <type>maven-plugin</type>
    </dependency>



> Incorrect version numbers in schemagen maven documentation
> ----------------------------------------------------------
>
>                 Key: JENA-849
>                 URL: https://issues.apache.org/jira/browse/JENA-849
>             Project: Apache Jena
>          Issue Type: Documentation
>          Components: Maven Tools
>    Affects Versions: Jena 2.12.1
>            Reporter: Ian Dickinson
>            Priority: Minor
>
> Reported by Alexander Willner.
> Documentation for the Schemagen maven plugin has the wrong maven config: it says
> {code:xml}
>     <dependency>
>       <groupId>org.apache.jena.tools</groupId>
>       <artifactId>schemagen</artifactId>
>       <version>0.2-SNAPSHOT</version>
>       <type>maven-plugin</type>
>     </dependency>
> {code}
> it should say:
> {code:xml}
>     <dependency>
>       <groupId>org.apache.jena</groupId>
>       <artifactId>jena-maven-tools</artifactId>
>       <version>0.7</version>
>       <type>maven-plugin</type>
>     </dependency>
> {code}



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