G 2.1 branch use wrong geronimo-jpa spec version
------------------------------------------------

                 Key: GERONIMO-5134
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5134
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 2.1.5
            Reporter: Forrest Xia
            Assignee: Forrest Xia
             Fix For: 2.1.5
         Attachments: GERONIMO-5134.patch

In some pom.xml, there is a dependency:

<dependency>
                <groupId>org.apache.geronimo.specs</groupId>
                <artifactId>geronimo-jpa_3.0_spec</artifactId>
                <version>1.1.1</version>
</dependency>

it should be updated to

<dependency>
                <groupId>org.apache.geronimo.specs</groupId>
                <artifactId>geronimo-jpa_1.0_spec</artifactId>
                <version>1.1.2</version>
</dependency>

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

Reply via email to