Author: shane.bryzak(a)jboss.com
Date: 2009-05-11 18:44:45 -0400 (Mon, 11 May 2009)
New Revision: 10871
Modified:
modules/trunk/security/pom.xml
Log:
clean up security pom
Modified: modules/trunk/security/pom.xml
===================================================================
--- modules/trunk/security/pom.xml 2009-05-11 22:38:38 UTC (rev 10870)
+++ modules/trunk/security/pom.xml 2009-05-11 22:44:45 UTC (rev 10871)
@@ -1,14 +1,14 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
<parent>
<artifactId>seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
<version>3.0.0-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.seam</groupId>
<artifactId>seam-security</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>