[jboss-cvs] JBossCache ...
Manik Surtani
msurtani at jboss.com
Mon Dec 4 05:59:39 EST 2006
User: msurtani
Date: 06/12/04 05:59:39
Modified: JBossCache Tag: Branch_JBossCache_1_3_0 build.xml
Log:
Updated version numbers
Revision Changes Path
No revision
No revision
1.95.2.7 +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.95.2.6
retrieving revision 1.95.2.7
diff -u -b -r1.95.2.6 -r1.95.2.7
--- build.xml 29 Nov 2006 16:44:47 -0000 1.95.2.6
+++ build.xml 4 Dec 2006 10:59:39 -0000 1.95.2.7
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.95.2.6 2006/11/29 16:44:47 msurtani Exp $ -->
+<!-- $Id: build.xml,v 1.95.2.7 2006/12/04 10:59:39 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="1.3.0.SP3"/>
+ <property name="module.version" value="1.3.0.SP4"/>
<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