HHH-4673 - Upgrade JPA Static Metamodel Generator dependency to 1.0.0.Beta1

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18221 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-12-13 00:31:53 +00:00
parent b5fb73c5ee
commit 8f4e216049
1 changed files with 3 additions and 3 deletions

View File

@ -58,13 +58,13 @@
--> -->
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>hibernate-jpamodelgen</artifactId> <artifactId>hibernate-jpamodelgen</artifactId>
<version>1.0.0.Beta1</version> <version>1.0.0-Beta-2</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<!-- Use the jpa-api defined here, crossing fingers they match up signature-wise --> <!-- Use the jpa-api defined here, crossing fingers they match up signature-wise -->
<groupId>org.hibernate.java-persistence</groupId> <groupId>org.hibernate.javax.persistence</groupId>
<artifactId>jpa-api</artifactId> <artifactId>hibernate-jpa-2.0-api</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>