set jpa-api and hibernate-commons-annotations versions to use

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17326 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-08-15 20:49:52 +00:00
parent 463ff57c61
commit f850b561f5
1 changed files with 7 additions and 1 deletions

View File

@ -377,7 +377,13 @@
<dependency>
<groupId>org.hibernate.java-persistence</groupId>
<artifactId>jpa-api</artifactId>
<version>2.0.Beta-SNAPSHOT</version>
<version>2.0.Beta-20090815</version>
</dependency>
<!-- Set the version of the hibernate-commons-annotations to be used throughout the the project -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.2.0.Beta1</version>
</dependency>
</dependencies>
</dependencyManagement>