mirror of https://github.com/apache/openjpa.git
OPENJPA-1639 remove code changes for another issue
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@936942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7425ffca2d
commit
6bc7930a14
22
pom.xml
22
pom.xml
|
@ -728,7 +728,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jpa_2.0_spec</artifactId>
|
||||
<version>1.2</version>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
|
@ -743,7 +743,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-validation_1.0_spec</artifactId>
|
||||
<version>1.1</version>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
|
@ -1146,22 +1146,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
<!-- added so the build can find stagged Geronimo Spec artifacts -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache.nexus.staging</id>
|
||||
<name>Apache Staging Repository</name>
|
||||
<layout>default</layout>
|
||||
<url>https://repository.apache.org/content/repositories/staging/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
<checksumPolicy>warn</checksumPolicy>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue