Author: stliu
Date: 2011-02-10 22:20:05 -0500 (Thu, 10 Feb 2011)
New Revision: 20896
Modified:
entitymanager/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-5904 update EM's depenency
Modified: entitymanager/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- entitymanager/branches/v3_4_0_GA_CP/pom.xml 2011-02-11 03:18:38 UTC (rev 20895)
+++ entitymanager/branches/v3_4_0_GA_CP/pom.xml 2011-02-11 03:20:05 UTC (rev 20896)
@@ -32,7 +32,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
@@ -62,12 +62,12 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
- <version>3.3.2.GA_CP03</version>
+ <version>3.3.2.GA_CP04</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -195,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.2</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
Show replies by date