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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 28 07:49:47 EDT 2007


  User: pmuir   
  Date: 07/09/28 07:49:47

  Modified:    build    ui.pom.xml core.pom.xml root.pom.xml
  Log:
  Upgrade to RichFaces 3.1.1-CR1
  
  Revision  Changes    Path
  1.12      +1 -1      jboss-seam/build/ui.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ui.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- ui.pom.xml	26 Sep 2007 12:14:21 -0000	1.11
  +++ ui.pom.xml	28 Sep 2007 11:49:47 -0000	1.12
  @@ -20,7 +20,7 @@
         <plugin>
           <groupId>org.richfaces.cdk</groupId>
           <artifactId>maven-cdk-plugin</artifactId>
  -        <version>3.1.1-SNAPSHOT</version>
  +        <version>3.1.1-CR1</version>
           <executions>
             <execution>
               <phase>generate-sources</phase>
  
  
  
  1.20      +2 -2      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- core.pom.xml	25 Sep 2007 22:22:51 -0000	1.19
  +++ core.pom.xml	28 Sep 2007 11:49:47 -0000	1.20
  @@ -452,12 +452,12 @@
         </exclusions>
       </dependency>
       
  -    <dependency>
  +    <!--  <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
         <version>1.7.0.seam</version>
         <optional>true</optional>
  -    </dependency>
  +    </dependency>-->
   
       <dependency>
         <groupId>org.tuckey</groupId>
  
  
  
  1.18      +4 -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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- root.pom.xml	28 Sep 2007 11:10:04 -0000	1.17
  +++ root.pom.xml	28 Sep 2007 11:49:47 -0000	1.18
  @@ -108,19 +108,19 @@
         <dependency>
           <groupId>org.richfaces.framework</groupId>
           <artifactId>richfaces-api</artifactId>
  -        <version>3.1.1-SNAPSHOT</version>
  +        <version>3.1.1-CR1</version>
         </dependency>
   
         <dependency>
           <groupId>org.richfaces.framework</groupId>
           <artifactId>richfaces-impl</artifactId>
  -        <version>3.1.1-SNAPSHOT</version>
  +        <version>3.1.1-CR1</version>
         </dependency>
   
         <dependency>
           <groupId>org.richfaces.ui</groupId>
           <artifactId>richfaces-ui</artifactId>
  -        <version>3.1.1-SNAPSHOT</version>
  +        <version>3.1.1-CR1</version>
         </dependency>
   
         <dependency>
  @@ -198,7 +198,7 @@
         <dependency>
           <groupId>commons-beanutils</groupId>
           <artifactId>commons-beanutils</artifactId>
  -        <version>1.7.0.seam</version>
  +        <version>1.7.0</version>
         </dependency>
         
         <dependency>
  
  
  



More information about the jboss-cvs-commits mailing list