Hibernate SVN: r14537 - documentation-style/trunk.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2008-04-24 12:55:07 -0400 (Thu, 24 Apr 2008)
New Revision: 14537
Modified:
documentation-style/trunk/pom.xml
Log:
get rid of the use of the release profile during release processing
Modified: documentation-style/trunk/pom.xml
===================================================================
--- documentation-style/trunk/pom.xml 2008-04-24 16:46:26 UTC (rev 14536)
+++ documentation-style/trunk/pom.xml 2008-04-24 16:55:07 UTC (rev 14537)
@@ -58,6 +58,14 @@
<version>1.0.0</version>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release_plugin</artifactId>
+ <version>2.0-beta-7</version>
+ <configuration>
+ <useReleaseProfile>false</useReleaseProfile>
+ </configuration>
+ </plugin>
</plugins>
</build>