[jboss-cvs] Picketbox SVN: r167 - in branches/Branch_3_x: security-jboss-sx/assembly and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 3 13:39:46 EST 2011


Author: anil.saldhana at jboss.com
Date: 2011-02-03 13:39:46 -0500 (Thu, 03 Feb 2011)
New Revision: 167

Modified:
   branches/Branch_3_x/security-jboss-sx/assembly/pom.xml
   branches/Branch_3_x/security-jboss-sx/jbosssx/pom.xml
   branches/Branch_3_x/security-jboss-sx/pom.xml
   branches/Branch_3_x/security-spi/assembly/pom.xml
Log:
fix poms

Modified: branches/Branch_3_x/security-jboss-sx/assembly/pom.xml
===================================================================
--- branches/Branch_3_x/security-jboss-sx/assembly/pom.xml	2011-02-01 16:48:58 UTC (rev 166)
+++ branches/Branch_3_x/security-jboss-sx/assembly/pom.xml	2011-02-03 18:39:46 UTC (rev 167)
@@ -3,6 +3,7 @@
     <groupId>org.picketbox</groupId>
     <artifactId>jbosssx-parent</artifactId>
     <version>3.0.0.CR2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jbosssx</artifactId>

Modified: branches/Branch_3_x/security-jboss-sx/jbosssx/pom.xml
===================================================================
--- branches/Branch_3_x/security-jboss-sx/jbosssx/pom.xml	2011-02-01 16:48:58 UTC (rev 166)
+++ branches/Branch_3_x/security-jboss-sx/jbosssx/pom.xml	2011-02-03 18:39:46 UTC (rev 167)
@@ -119,6 +119,12 @@
          <groupId>org.jboss</groupId>
          <artifactId>jbossxb</artifactId>
          <scope>compile</scope>
+         <exclusions>
+           <exclusion>
+             <groupId>wutka-dtdparser</groupId>
+             <artifactId>dtdparser121</artifactId>
+           </exclusion>
+         </exclusions>
       </dependency>
       <dependency>
          <groupId>org.picketbox</groupId>

Modified: branches/Branch_3_x/security-jboss-sx/pom.xml
===================================================================
--- branches/Branch_3_x/security-jboss-sx/pom.xml	2011-02-01 16:48:58 UTC (rev 166)
+++ branches/Branch_3_x/security-jboss-sx/pom.xml	2011-02-03 18:39:46 UTC (rev 167)
@@ -1,13 +1,12 @@
 <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">
    <parent>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-parent</artifactId>
-      <version>5</version>
+      <groupId>org.picketbox</groupId>
+      <artifactId>jbosssx-parent</artifactId>
+      <version>3.0.0.CR2-SNAPSHOT</version>
+      <relativePath>parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
-   <groupId>org.picketbox</groupId>
    <artifactId>jbosssx-pom</artifactId>
-   <version>3.0.0.CR2-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>PicketBox Implementation - Parent</name>
    <url>http://jboss.org/picketbox</url>

Modified: branches/Branch_3_x/security-spi/assembly/pom.xml
===================================================================
--- branches/Branch_3_x/security-spi/assembly/pom.xml	2011-02-01 16:48:58 UTC (rev 166)
+++ branches/Branch_3_x/security-spi/assembly/pom.xml	2011-02-03 18:39:46 UTC (rev 167)
@@ -27,7 +27,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.1</version>
         <executions>
           <execution>
             <phase>package</phase>



More information about the jboss-cvs-commits mailing list