Author: pferraro
Date: 2009-04-22 14:25:12 -0400 (Wed, 22 Apr 2009)
New Revision: 2401
Modified:
trunk/mod_cluster/pom.xml
Log:
Add missing groupId to release plugin
Modified: trunk/mod_cluster/pom.xml
===================================================================
--- trunk/mod_cluster/pom.xml 2009-04-22 18:22:05 UTC (rev 2400)
+++ trunk/mod_cluster/pom.xml 2009-04-22 18:25:12 UTC (rev 2401)
@@ -67,6 +67,7 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<
tagBase>https://svn.jboss.org/repos/jbossnative/tags/mod_cluster</t...