You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2007/03/01 19:22:37 UTC

svn commit: r513426 - in /ibatis/trunk/cs/docs: dataAccessGuide/src/en/index.xml dataMapperGuide/src/en/index.xml doc.build

Author: gbayon
Date: Thu Mar  1 10:22:36 2007
New Revision: 513426

URL: http://svn.apache.org/viewvc?view=rev&rev=513426
Log:
- Updated doc

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?view=diff&rev=513426&r1=513425&r2=513426
==============================================================================
--- ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml Thu Mar  1 10:22:36 2007
@@ -13,8 +13,8 @@
   <bookinfo>
     <title>iBATIS.NET - Data Access Objects Application Framework</title>
     <subtitle>Data Access Objects Developer Guide</subtitle>
-    <releaseinfo>Version 1.9.0</releaseinfo>
-    <pubdate>January 2007</pubdate>
+    <releaseinfo>Version 1.9.1</releaseinfo>
+    <pubdate>March 2007</pubdate>
     <authorgroup>
       <author>
         <firstname>Gilles</firstname>

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?view=diff&rev=513426&r1=513425&r2=513426
==============================================================================
--- ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml Thu Mar  1 10:22:36 2007
@@ -14,8 +14,8 @@
 <bookinfo>
     <title>iBATIS.NET - DataMapper Application Framework</title>
     <subtitle>DataMapper Developer Guide</subtitle>
-    <releaseinfo>Version 1.6.0</releaseinfo>
-    <pubdate>January 2007</pubdate>
+    <releaseinfo>Version 1.6.1</releaseinfo>
+    <pubdate>March 2007</pubdate>
     <authorgroup>
       <author>
         <firstname>Ted</firstname>

Modified: ibatis/trunk/cs/docs/doc.build
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/doc.build?view=diff&rev=513426&r1=513425&r2=513426
==============================================================================
--- ibatis/trunk/cs/docs/doc.build (original)
+++ ibatis/trunk/cs/docs/doc.build Thu Mar  1 10:22:36 2007
@@ -1,8 +1,8 @@
 <?xml version="1.0" ?>
 <project name="iBATIS.NET reference" default="refDoc" >
 
-	<property name="project.dao.version" value="1.9.0" unless="${property::exists('project.dao.version')}" />
-	<property name="project.sqlMap.version" value="1.6.0" unless="${property::exists('project.sqlMap.version')}" />
+	<property name="project.dao.version" value="1.9.1" unless="${property::exists('project.dao.version')}" />
+	<property name="project.sqlMap.version" value="1.6.1" unless="${property::exists('project.sqlMap.version')}" />
 
 	<property name="project.name" value="Data Access Guide" />