[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Fri Nov 30 07:25:13 EST 2007


  User: pmuir   
  Date: 07/11/30 07:25:13

  Modified:    build    core.pom.xml root.pom.xml
  Log:
  Move to jboss el snapshot
  
  Revision  Changes    Path
  1.31      +1 -1      jboss-seam/build/core.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- core.pom.xml	27 Nov 2007 12:04:41 -0000	1.30
  +++ core.pom.xml	30 Nov 2007 12:25:13 -0000	1.31
  @@ -255,7 +255,7 @@
       </dependency>
   
       <dependency>
  -      <groupId>org.jboss.seam</groupId>
  +      <groupId>org.jboss.el</groupId>
         <artifactId>jboss-el</artifactId>
       </dependency>
   
  
  
  
  1.43      +12 -4     jboss-seam/build/root.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: root.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- root.pom.xml	21 Nov 2007 22:10:33 -0000	1.42
  +++ root.pom.xml	30 Nov 2007 12:25:13 -0000	1.43
  @@ -28,12 +28,12 @@
         <name>JBoss Repository</name>
         <url>http://repository.jboss.org/maven2</url>
       </repository>
  -    <!--  <repository>
  +    <repository>
         <snapshots />
         <id>snapshots.jboss.org</id>
         <name>JBoss Snapshot Repository</name>
         <url>http://snapshots.jboss.org/maven2</url>
  -      </repository>-->
  +      </repository>
     </repositories>
     
     <!-- Externalize some version numbers here -->
  @@ -649,9 +649,9 @@
         </dependency>
   
         <dependency>
  -        <groupId>org.jboss.seam</groupId>
  +        <groupId>org.jboss.el</groupId>
           <artifactId>jboss-el</artifactId>
  -        <version>2.0.0.GA</version>
  +        <version>2.0.1-SNAPSHOT</version>
         </dependency>
   
         <dependency>
  @@ -711,6 +711,14 @@
               <artifactId>xml-apis</artifactId>
             </exclusion>
             <exclusion>
  +            <groupId>wutka-dtdparser</groupId>
  +            <artifactId>dtdparser121</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>apache-xerces</groupId>
  +            <artifactId>xercesImpl</artifactId>
  +          </exclusion>
  +          <exclusion>
               <groupId>oswego-concurrent</groupId>
               <artifactId>concurrent</artifactId>
             </exclusion>
  
  
  



More information about the jboss-cvs-commits mailing list