Revert improper JPA 2 versions bump

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18703 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-02-05 16:29:21 +00:00
parent 5ad11ba2a1
commit edf5e9652d
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-CR-1</version>
</dependency>
<!-- Set the version of the hibernate-commons-annotations to be used throughout the the project -->
<dependency>