[jboss-cvs] JBossCache ...

Manik Surtani manik at jboss.org
Tue Jun 12 03:41:03 EDT 2007


  User: msurtani
  Date: 07/06/12 03:41:03

  Modified:    JBossCache   pom.xml build.xml
  Log:
  Updated version to CR3
  
  Revision  Changes    Path
  1.7       +1 -1      JBossCache/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/pom.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- pom.xml	6 Jun 2007 12:45:22 -0000	1.6
  +++ pom.xml	12 Jun 2007 07:41:03 -0000	1.7
  @@ -10,7 +10,7 @@
      <modelVersion>4.0.0</modelVersion>
      <artifactId>jboss-cache</artifactId>
      <name>JBoss Cache</name>
  -   <version>2.0.0-CR2</version>
  +   <version>2.0.0-CR3</version>
      <url>http://labs.jboss.org/jbosscache</url>
      <build>
         <sourceDirectory>src</sourceDirectory>
  
  
  
  1.204     +2 -2      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.203
  retrieving revision 1.204
  diff -u -b -r1.203 -r1.204
  --- build.xml	24 May 2007 12:55:23 -0000	1.203
  +++ build.xml	12 Jun 2007 07:41:03 -0000	1.204
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.203 2007/05/24 12:55:23 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.204 2007/06/12 07:41:03 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
      <property name="module.name" value="JBossCache"/>
      <!--We now requires version to have no white space since Ant+JBossAop will sometime choke. -->
  -   <property name="module.version" value="2.0.0.CR2"/>
  +   <property name="module.version" value="2.0.0.CR3"/>
      <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
      <property file="build.properties"/>
      <property name="root.dir" value="${basedir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list