Hibernate SVN: r20895 - annotations/branches/v3_4_0_GA_CP.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2011-02-10 22:18:38 -0500 (Thu, 10 Feb 2011)
New Revision: 20895
Modified:
annotations/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-5904 update annotation's depenency
Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml 2011-02-10 10:06:34 UTC (rev 20894)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml 2011-02-11 03:18:38 UTC (rev 20895)
@@ -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-annotations</artifactId>
@@ -47,7 +47,7 @@
<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>
@@ -67,7 +67,7 @@
<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>
</dependencies>
@@ -134,7 +134,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>