[jboss-cvs] JBossAS SVN: r66438 - projects/security/security-spi/trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 25 10:53:53 EDT 2007
Author: anil.saldhana at jboss.com
Date: 2007-10-25 10:53:53 -0400 (Thu, 25 Oct 2007)
New Revision: 66438
Modified:
projects/security/security-spi/trunk/pom.xml
Log:
upgrade jboss deploy plugin
Modified: projects/security/security-spi/trunk/pom.xml
===================================================================
--- projects/security/security-spi/trunk/pom.xml 2007-10-25 14:53:12 UTC (rev 66437)
+++ projects/security/security-spi/trunk/pom.xml 2007-10-25 14:53:53 UTC (rev 66438)
@@ -77,7 +77,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jboss-deploy-plugin</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
<executions>
<execution>
<goals>
@@ -86,6 +86,8 @@
</execution>
</executions>
<configuration>
+ <groupId>jboss</groupId>
+ <license>lgpl</license>
<jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
</configuration>
</plugin>
More information about the jboss-cvs-commits
mailing list