METAGEN-83 Update hibernate-jpa-2.0-api to 1.0.1.Final

This commit is contained in:
Sanne Grinovero 2012-03-14 12:22:49 +00:00 committed by Strong Liu
parent 39a21d96b3
commit 73502abf60
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<dependency> <dependency>
<groupId>org.hibernate.javax.persistence</groupId> <groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId> <artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.0.Final</version> <version>1.0.1.Final</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>