You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2009/08/08 19:13:48 UTC

svn commit: r802423 - in /ibatis/trunk/site/pages: index.vm java.vm

Author: cbegin
Date: Sat Aug  8 17:13:47 2009
New Revision: 802423

URL: http://svn.apache.org/viewvc?rev=802423&view=rev
Log:
added migrations to announcement

Modified:
    ibatis/trunk/site/pages/index.vm
    ibatis/trunk/site/pages/java.vm

Modified: ibatis/trunk/site/pages/index.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/index.vm?rev=802423&r1=802422&r2=802423&view=diff
==============================================================================
--- ibatis/trunk/site/pages/index.vm (original)
+++ ibatis/trunk/site/pages/index.vm Sat Aug  8 17:13:47 2009
@@ -65,7 +65,16 @@
         all of the principles that have made iBATIS popular.  There are still no required 3rd party dependencies,
         it's simpler than ever, and yet far more powerful!  More information will come in the next few days to
         help you get started.  
-        <p class="more"><a href="java.cgi">Get it from the iBATIS for Java page. &hellip;</a></p>
+		</p>
+		<h4>Introducing the iBATIS Schema Migration System</h4>
+		<p>
+		Along with iBATIS 3, we're happy to introduce the iBATIS Schema Migration System (or iBATIS Migrations for short).  
+		This powerful tool was inspired by Rails Migrations and similar tools like dbdeploy to enable good database
+		change management practices, help teams to work concurrently without stepping all over each other and avoid
+		having to centralize database changes.  Once you work this way, you'll find it very hard to work any other way again.
+ 		Developers and DBAs will appreciate it equally. 
+		</p>	
+        <p class="more"><a href="java.cgi">Get it all from the iBATIS for Java page &hellip;</a></p>
     </div>
   </div>
 

Modified: ibatis/trunk/site/pages/java.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/java.vm?rev=802423&r1=802422&r2=802423&view=diff
==============================================================================
--- ibatis/trunk/site/pages/java.vm (original)
+++ ibatis/trunk/site/pages/java.vm Sat Aug  8 17:13:47 2009
@@ -21,11 +21,11 @@
       </form>
 
 <div style="background-color:#222211;padding:5px">
-      <h4>iBATIS 3 BETA 1 (JDK 1.5 Required)</h4>
+      <h4>iBATIS 3 BETA 1</h4>
       <ul>
         <li>
 		  <a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-3/ibatis-3-core-3.0.0-190/ibatis-3-core-3.0.0.190.zip"><b>Download iBATIS Java 3.0 Beta 1</b></a>
-		  <br/> [Status: <b>BETA</b> | Aug 8, 2009]
+		  <br/> [Status: <b>BETA</b> | Aug 8, 2009 | Java 5+]
 		  <br/>
           [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-3/ibatis-3-core-3.0.0-190/ibatis-3-core-3.0.0.190.zip.md5">MD5</a>]
           [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-3/ibatis-3-core-3.0.0-190/ibatis-3-core-3.0.0.190.zip.asc">PGP</a>]
@@ -34,6 +34,20 @@
 	    <a href="http://svn.apache.org/repos/asf/ibatis/trunk/java/ibatis-3/doc/en/iBATIS-3-User-Guide.pdf">User Guide (English)</a>
       </li>
       </ul>
+
+      <h4>iBATIS 3 Schema Migrations System BETA 1</h4>
+      <ul>
+        <li>
+		  <a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-3/ibatis-3-migrations-3.0.0.191/migrations-3.0.0.191.zip"><b>Download iBATIS Java 3.0 Beta 1</b></a>
+		  <br/> [Status: <b>BETA</b> | Aug 8, 2009 | Java 5+]
+		  <br/>
+          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-3/ibatis-3-migrations-3.0.0.191/migrations-3.0.0.191.zip.md5">MD5</a>]
+          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-3/ibatis-3-migrations-3.0.0.191/migrations-3.0.0.191.zip.asc">PGP</a>]
+      </li>
+      <li>
+	    <a href="http://svn.apache.org/repos/asf/ibatis/trunk/java/ibatis-3/doc/en/iBATIS-3-Migrations.pdf">Migrations User Guide (English)</a>
+      </li>
+      </ul>
 </div>