[hibernate-commits] Hibernate SVN: r14527 - core/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 16 13:07:57 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-16 13:07:57 -0400 (Wed, 16 Apr 2008)
New Revision: 14527

Modified:
   core/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of hibernate-3.3.0.beta1

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-16 17:07:40 UTC (rev 14526)
+++ core/trunk/pom.xml	2008-04-16 17:07:57 UTC (rev 14527)
@@ -201,15 +201,6 @@
                 </configuration>
             </plugin>
         </plugins>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.4</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
         <extensions>
             <extension>
                 <groupId>org.apache.maven.wagon</groupId>
@@ -279,6 +270,7 @@
                 </configuration>
             </plugin>
             <plugin>
+                <!-- Note: aggregate-able, may cause problems if we aggregate jxr and not this because of the xref links -->
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javancss-maven-plugin</artifactId>
                 <version>2.0-beta-2</version>




More information about the hibernate-commits mailing list