Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-849

Incorrect version numbers in schemagen maven documentation

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Jena 2.12.1
    • Jena 2.13.1
    • Maven Tools
    • None

    Description

      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>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ijd Ian Dickinson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: