Author: gbayon
Date: Tue Jul 25 12:06:24 2006
New Revision: 425487

URL: http://svn.apache.org/viewvc?rev=425487&view=rev
Log:
Updated doc for next release

Modified:
    ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml
    ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml
    ibatis/trunk/cs/docs/doc.build

Modified: ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml?rev=425487&r1=425486&r2=425487&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml Tue Jul 25 12:06:24 
2006
@@ -13,7 +13,7 @@
   <bookinfo>
     <title>iBATIS.NET - Data Access Objects Application Framework</title>
     <subtitle>Data Access Objects Developer Guide</subtitle>
-    <releaseinfo>Version 1.8.0</releaseinfo>
+    <releaseinfo>Version 1.8.1</releaseinfo>
     <pubdate>July 2006</pubdate>
     <authorgroup>
       <author>

Modified: ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml?rev=425487&r1=425486&r2=425487&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml Tue Jul 25 12:06:24 
2006
@@ -14,7 +14,7 @@
 <bookinfo>
     <title>iBATIS.NET - DataMapper Application Framework</title>
     <subtitle>DataMapper Developer Guide</subtitle>
-    <releaseinfo>Version 1.5.0</releaseinfo>
+    <releaseinfo>Version 1.5.1</releaseinfo>
     <pubdate>July 2006</pubdate>
     <authorgroup>
       <author>

Modified: ibatis/trunk/cs/docs/doc.build
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/doc.build?rev=425487&r1=425486&r2=425487&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/doc.build (original)
+++ ibatis/trunk/cs/docs/doc.build Tue Jul 25 12:06:24 2006
@@ -1,8 +1,8 @@
 <?xml version="1.0" ?>
 <project name="iBATIS.NET reference" default="refDoc" >
 
-       <property name="project.dao.version" value="1.8.0" 
unless="${property::exists('project.dao.version')}" />
-       <property name="project.sqlMap.version" value="1.5.0" 
unless="${property::exists('project.sqlMap.version')}" />
+       <property name="project.dao.version" value="1.8.1" 
unless="${property::exists('project.dao.version')}" />
+       <property name="project.sqlMap.version" value="1.5.1" 
unless="${property::exists('project.sqlMap.version')}" />
 
        <property name="project.name" value="Data Access Guide" />
 


Reply via email to