Author: stliu
Date: 2011-02-12 02:04:51 -0500 (Sat, 12 Feb 2011)
New Revision: 20902
Modified:
annotations/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-5904 Upgrade hibernate annotations for eap 5.1.1
Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml 2011-02-12 04:58:05 UTC (rev 20901)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml 2011-02-12 07:04:51 UTC (rev 20902)
@@ -37,7 +37,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<packaging>jar</packaging>
- <version>3.4.0.GA_CP03</version>
+ <version>3.4.0.GA_CP04</version>
<name>Hibernate Annotations</name>
<description>Annotations metadata for Hibernate</description>
@@ -159,8 +159,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
- <
link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
- <
link>http://java.sun.com/javaee/5/docs/api/</link>
+ <
link>http://download.oracle.com/javase/6/docs/api/</link>
+
<
link>http://download.oracle.com/javaee/6/api/</link>
</links>
<stylesheetfile>${basedir}/src/main/javadoc/jdstyle.css</stylesheetfile>
</configuration>