[jboss-cvs] JBossAS SVN: r110515 - in projects/security/security-xacml/trunk: jboss-xacml and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 1 17:32:21 EST 2011


Author: anil.saldhana at jboss.com
Date: 2011-02-01 17:32:20 -0500 (Tue, 01 Feb 2011)
New Revision: 110515

Modified:
   projects/security/security-xacml/trunk/jboss-sunxacml/pom.xml
   projects/security/security-xacml/trunk/jboss-xacml/pom.xml
Log:
fix parent relative path

Modified: projects/security/security-xacml/trunk/jboss-sunxacml/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/jboss-sunxacml/pom.xml	2011-02-01 21:46:54 UTC (rev 110514)
+++ projects/security/security-xacml/trunk/jboss-sunxacml/pom.xml	2011-02-01 22:32:20 UTC (rev 110515)
@@ -3,7 +3,7 @@
     <groupId>org.jboss.security</groupId>
     <artifactId>jboss-xacml-project</artifactId>
     <version>2.0.6-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
+    <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-sunxacml</artifactId>

Modified: projects/security/security-xacml/trunk/jboss-xacml/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml/pom.xml	2011-02-01 21:46:54 UTC (rev 110514)
+++ projects/security/security-xacml/trunk/jboss-xacml/pom.xml	2011-02-01 22:32:20 UTC (rev 110515)
@@ -3,7 +3,7 @@
     <groupId>org.jboss.security</groupId>
     <artifactId>jboss-xacml-project</artifactId>
     <version>2.0.6-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
+    <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-xacml</artifactId>



More information about the jboss-cvs-commits mailing list