Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-5134

G 2.1 branch use wrong geronimo-jpa spec version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.5
    • 2.1.5
    • buildsystem
    • Security Level: public (Regular issues)
    • None
    • Patch Available

    Description

      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>

      Attachments

        1. GERONIMO-5134.patch
          4 kB
          Ming Xia

        Activity

          People

            drwoods Donald Woods
            xiaming Ming Xia
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: