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 2005/10/03 20:49:51 UTC

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

Author: gbayon
Date: Mon Oct  3 11:49:45 2005
New Revision: 293429

URL: http://svn.apache.org/viewcvs?rev=293429&view=rev
Log:
-Updated doc version to 1.7.0 & 1.3.0

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/viewcvs/ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml?rev=293429&r1=293428&r2=293429&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataAccessGuide/src/en/index.xml Mon Oct  3 11:49:45 2005
@@ -13,8 +13,8 @@
   <bookinfo>
     <title>iBATIS.NET - Data Access Objects Application Framework</title>
     <subtitle>Data Access Objects Developer Guide</subtitle>
-    <releaseinfo>Version 1.6.1</releaseinfo>
-    <pubdate>June 9 2005</pubdate>
+    <releaseinfo>Version 1.7.0</releaseinfo>
+    <pubdate>October 3 2005</pubdate>
     <authorgroup>
       <author>
         <firstname>Gilles</firstname>

Modified: ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml?rev=293429&r1=293428&r2=293429&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml (original)
+++ ibatis/trunk/cs/docs/dataMapperGuide/src/en/index.xml Mon Oct  3 11:49:45 2005
@@ -14,8 +14,8 @@
 <bookinfo>
     <title>iBATIS.NET - DataMapper Application Framework</title>
     <subtitle>DataMapper Developer Guide</subtitle>
-    <releaseinfo>Version 1.2.1</releaseinfo>
-    <pubdate>9 June 2005</pubdate>
+    <releaseinfo>Version 1.3.0</releaseinfo>
+    <pubdate>3 October 2005</pubdate>
     <authorgroup>
       <author>
         <firstname>Ted</firstname>

Modified: ibatis/trunk/cs/docs/doc.build
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/docs/doc.build?rev=293429&r1=293428&r2=293429&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/doc.build (original)
+++ ibatis/trunk/cs/docs/doc.build Mon Oct  3 11:49:45 2005
@@ -1,8 +1,8 @@
 <?xml version="1.0" ?>
 <project name="iBATIS.NET reference" default="refDoc" >
 
-	<property name="project.dao.version" value="1.6.1" unless="${property::exists('project.dao.version')}" />
-	<property name="project.sqlMap.version" value="1.2.1" unless="${property::exists('project.sqlMap.version')}" />
+	<property name="project.dao.version" value="1.7.0" unless="${property::exists('project.dao.version')}" />
+	<property name="project.sqlMap.version" value="1.3.0" unless="${property::exists('project.sqlMap.version')}" />
 
 	<property name="project.name" value="Data Access Guide" />