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:
Donald Woods 2010-04-22 16:34:31 +00:00
parent 7425ffca2d
commit 6bc7930a14
1 changed files with 2 additions and 20 deletions

22
pom.xml
View File

@ -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>