[jboss-cvs] JBossAS SVN: r85328 - in branches/Branch_5_x: client and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 5 14:20:58 EST 2009


Author: alesj
Date: 2009-03-05 14:20:58 -0500 (Thu, 05 Mar 2009)
New Revision: 85328

Modified:
   branches/Branch_5_x/build/pom.xml
   branches/Branch_5_x/client/pom.xml
   branches/Branch_5_x/cluster/pom.xml
   branches/Branch_5_x/console/pom.xml
   branches/Branch_5_x/embedded/pom.xml
   branches/Branch_5_x/management/pom.xml
   branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile-repository.xml
   branches/Branch_5_x/tomcat/pom.xml
   branches/Branch_5_x/varia/pom.xml
Log:
update poms

Modified: branches/Branch_5_x/build/pom.xml
===================================================================
--- branches/Branch_5_x/build/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/build/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -21,8 +21,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     
     <dependency>

Modified: branches/Branch_5_x/client/pom.xml
===================================================================
--- branches/Branch_5_x/client/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/client/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -245,7 +245,7 @@
     </dependency>
     
     <dependency>
-      <groupId>xml-security</groupId>
+      <groupId>org.apache</groupId>
       <artifactId>xmlsec</artifactId>
     </dependency>
     

Modified: branches/Branch_5_x/cluster/pom.xml
===================================================================
--- branches/Branch_5_x/cluster/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/cluster/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -154,8 +154,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     
     <dependency>

Modified: branches/Branch_5_x/console/pom.xml
===================================================================
--- branches/Branch_5_x/console/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/console/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -107,8 +107,8 @@
       <artifactId>jboss-aop</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbossas</groupId>

Modified: branches/Branch_5_x/embedded/pom.xml
===================================================================
--- branches/Branch_5_x/embedded/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/embedded/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -173,8 +173,8 @@
       <artifactId>jboss-deployers-core-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss</groupId>

Modified: branches/Branch_5_x/management/pom.xml
===================================================================
--- branches/Branch_5_x/management/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/management/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -104,8 +104,8 @@
       <artifactId>jboss-as-j2se</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     <dependency>
       <groupId>oswego-concurrent</groupId>

Modified: branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile-repository.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile-repository.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile-repository.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -2,7 +2,7 @@
 
 <!--
    The profile service
-   $Id:$
+   $Id$
 -->
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
 

Modified: branches/Branch_5_x/tomcat/pom.xml
===================================================================
--- branches/Branch_5_x/tomcat/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/tomcat/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -49,7 +49,7 @@
       <artifactId>xml-apis</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.sun</groupId>
+      <groupId>javax.faces</groupId>
       <artifactId>jsf-impl</artifactId>
     </dependency>
     <dependency>

Modified: branches/Branch_5_x/varia/pom.xml
===================================================================
--- branches/Branch_5_x/varia/pom.xml	2009-03-05 19:20:40 UTC (rev 85327)
+++ branches/Branch_5_x/varia/pom.xml	2009-03-05 19:20:58 UTC (rev 85328)
@@ -43,8 +43,8 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-bootstrap</artifactId>
+      <groupId>org.jboss.bootstrap</groupId>
+      <artifactId>jboss-bootstrap</artifactId>
     </dependency>
     
     <dependency>




More information about the jboss-cvs-commits mailing list