Author: cbegin
Date: Thu Jul 17 22:10:49 2008
New Revision: 677820

URL: http://svn.apache.org/viewvc?rev=677820&view=rev
Log:
Updated with CI links

Modified:
    ibatis/trunk/site/pages/index.vm
    ibatis/trunk/site/pages/javadownloads.vm
    ibatis/trunk/site/template/menu.vm

Modified: ibatis/trunk/site/pages/index.vm
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/site/pages/index.vm?rev=677820&r1=677819&r2=677820&view=diff
==============================================================================
--- ibatis/trunk/site/pages/index.vm (original)
+++ ibatis/trunk/site/pages/index.vm Thu Jul 17 22:10:49 2008
@@ -49,6 +49,15 @@
 
   <h2>News</h2>
 
+
+<h3>iBATIS 2.3.3 BETA Released.  And it will remain beta until...</h3>
+<p>(Jul 16, 2008) Practically moments after promoting iBATIS 2.3.2 to GA, a 
number of nasty bugs were discovered, particularly with the Spring integration. 
 We refactored a lot of 
+"internal" (i.e. non-client) code in these latest versions, and so as an 
end-user, you really need to test the betas!  So from now on, we're going to 
wait until we get enough confirmation 
+from actual production implementations (either through test suites or staging 
environments) that things are working well.  I'm thinking at least 20 responses 
before moving to GA. Maybe in the long run we'll 
+identify dedicated testers who are willing to update to the latest beta and 
run a comprehensive application test suite against it. </p>
+<p><b><a href="javadownloads.cgi">Get the 2.3.3 Beta from the Java downloads 
page now!</a></b></p>
+
+
 <h3>iBATIS 2.3.2 Promoted to General Availability</h3>
 <p>(Jun 30, 2008) The latest version of iBATIS has been promoted to GA.  This 
latest version requires Java 5.  While it wasn't planned that way originally, 
we decided to take the plunge 
 and start to "encourage" our users to upgrade their platforms (or at least 
become one more reason to do so).  Sun will be discontinuing support for JDK 
1.4 in about four months and 

Modified: ibatis/trunk/site/pages/javadownloads.vm
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/site/pages/javadownloads.vm?rev=677820&r1=677819&r2=677820&view=diff
==============================================================================
--- ibatis/trunk/site/pages/javadownloads.vm (original)
+++ ibatis/trunk/site/pages/javadownloads.vm Thu Jul 17 22:10:49 2008
@@ -7,23 +7,43 @@
 
 <h2>iBATIS for Java Downloads</h2>
 
+
 <table cellpadding="0" cellspacing="0" border="0">
   <tr>
     <td rowspan="2" width="70%">
-      <h4>Current Release  2.3.2 (JDK 1.5 Required)</h4>
+      <div 
style="float:right;width:150px;vertical-align:top;padding:5px;background-color:#CCF">
+          <b>BETA is the new Production:</b> 
+          Our "Beta" status is a maker that is simply an indication that the 
product is new and has yet to be deployed to known production environments.  
Once 
+          we have enough feedback from users that the sofware is working as 
intended, then we promote the status of the build to "General Availability".  
The 
+          software does not change between Beta and General Availability 
release status.
+          <br/><br/>            
+          As the development team, we can only release Beta status software.  
YOU must get it promoted to General Availability by responding to the [ANNOUNCE]
+          email on the Mailing list with your vote of confidence and your 
experience having deployed it to your production environment.  
+          <br/><br/>
+          Please download this version and test it in the most production-like 
way possible and post your experience to the release announcement thread.   
+          If you absolutely require the last General Availability version, you 
can download it in the sidebar to the right. 
+      </div>
+
+      <h4>Release  2.3.3 (JDK 1.5 Required)</h4>
       <ul>
         <li>
-                 <a 
href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.2.715.zip"><b>Download 
iBATIS Java 2.3.2</b></a> 
+                 <a 
href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.3.720.zip"><b>Download 
iBATIS Java 2.3.3</b></a> 
           <br/> Includes binaries, source, and documentation
-                 <br/> [Status: Beta | Apr 22, 2008]
+                 <br/> [Status: <b>Beta</b> | Jul 16, 2008]
                  <br/>
-           [<a 
href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.2.715.zip.md5";>MD5</a>]
-           [<a 
href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.2.715.zip.asc";>PGP</a>]
+          [<a 
href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.3.720.zip.md5";>MD5</a>]
+          [<a 
href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.3.720.zip.asc";>PGP</a>]
            
-          <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10601&styleName=Html&version=12312222";>Release
 Notes </a><i>(2.3.1 because they're more relevant)</i>
+          <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10601&styleName=Html&version=12313115";>Release
 Notes </a>
+        </li>
+      </ul>
+      <h4>Developer Build</h4>
+      <ul>
+        <li>
+          <a 
href="http://parabuild.viewtier.com:8080/parabuild/index.htm?cid=a1a&view=detailed&buildid=150";><b>Parabuild
 Continuous Build Server</b></a> 
+          <br/> Click the link above.  Click the "Results" link.  Look for the 
"ibatis-2.x.x.xxx.zip" download link near the bottom of the page.
         </li>
       </ul>
-
       <h4>Example Application</h4>
       <ul>
         <li><a 
href="[preferred]/ibatis/binaries/ibatis.java/JPetStore-5.0.zip">JPetStore 5.0 
Example

Modified: ibatis/trunk/site/template/menu.vm
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/site/template/menu.vm?rev=677820&r1=677819&r2=677820&view=diff
==============================================================================
--- ibatis/trunk/site/template/menu.vm (original)
+++ ibatis/trunk/site/template/menu.vm Thu Jul 17 22:10:49 2008
@@ -36,7 +36,9 @@
   <a href="background.html" title="Where did iBATIS come from, what does 
'iBATIS' mean?">Background</a><br/>
   <a href="license.html" title="The Apache Software Foundation License 
2.0">License</a><br/>
   <a href="http://svn.apache.org/repos/asf/ibatis/trunk"; title="Subversion 
Repository" target="_new">Subversion</a>
-    <a href="http://fisheye6.cenqua.com/viewrep/ibatis"; title="FishEye 
Repository Browser" target="_new">(FishEye)</a>
+  <a href="http://fisheye6.cenqua.com/viewrep/ibatis"; title="FishEye 
Repository Browser" target="_new">(FishEye)</a><br/>
+  <a 
href="http://parabuild.viewtier.com:8080/parabuild/index.htm?cid=a1a&view=detailed&buildid=150";
 title="Continuous Build by Viewtier Systems" target="_new">Continuous Build</a>
+  <br/>
   <br/>
   <a href="team.html" title="Who's responsible for iBATIS?">Team</a><br/>
   <a href="bylaws.html" title="How do we operate?">Bylaws</a><br/>


Reply via email to