You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2012/05/25 17:22:07 UTC

svn commit: r1342683 - in /db/derby/site/trunk: build/site/dev/derby_source.html src/documentation/content/xdocs/dev/derby_source.xml

Author: rhillegas
Date: Fri May 25 15:22:07 2012
New Revision: 1342683

URL: http://svn.apache.org/viewvc?rev=1342683&view=rev
Log:
DERBY-5688: Adding 10.9 to the list of Derby branches listed on our webite.

Modified:
    db/derby/site/trunk/build/site/dev/derby_source.html
    db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml

Modified: db/derby/site/trunk/build/site/dev/derby_source.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/dev/derby_source.html?rev=1342683&r1=1342682&r2=1342683&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/dev/derby_source.html (original)
+++ db/derby/site/trunk/build/site/dev/derby_source.html Fri May 25 15:22:07 2012
@@ -222,6 +222,8 @@ Currently Derby has the following branch
 </p>
 <ul>
   
+<li> 10.9 </li>
+  
 <li> 10.8 </li>
   
 <li> 10.7 </li>
@@ -249,11 +251,11 @@ Use the command shown below to check out
 <p>
 Where <em>branch</em> is the number of the branch.
 For example, the following command checks out the source code for
-the 10.8 branch:
+the 10.9 branch:
 </p>
-<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.8/
+<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.9/
 </pre>
-<a name="N1006B"></a><a name="Development+trunk"></a>
+<a name="N1006E"></a><a name="Development+trunk"></a>
 <h3 class="boxed">Development trunk</h3>
 <p>
 Use the command shown below to check out the development trunk:
@@ -302,7 +304,7 @@ The alpha version tag explicitly disable
 </div>
 
 
-<a name="N1009F"></a><a name="Software+required+to+build+Derby"></a>
+<a name="N100A2"></a><a name="Software+required+to+build+Derby"></a>
 <h2 class="boxed">Software required to build Derby</h2>
 <div class="section">
 <p>
@@ -359,7 +361,7 @@ those instructions live in a file called
 </div>
 
 
-<a name="N100E5"></a><a name="How+to+build+Derby"></a>
+<a name="N100E8"></a><a name="How+to+build+Derby"></a>
 <h2 class="boxed">How to build Derby</h2>
 <div class="section">
 <p>
@@ -370,7 +372,7 @@ at the root of the source code tree.
 </div>
 
 
-<a name="N100F3"></a><a name="How+to+test+Derby"></a>
+<a name="N100F6"></a><a name="How+to+test+Derby"></a>
 <h2 class="boxed">How to test Derby</h2>
 <div class="section">
 <p>
@@ -392,7 +394,7 @@ resources.
 </div>
 
 
-<a name="N1011A"></a><a name="How+to+submit+a+patch"></a>
+<a name="N1011D"></a><a name="How+to+submit+a+patch"></a>
 <h2 class="boxed">How to submit a patch</h2>
 <div class="section">
 <p>
@@ -406,7 +408,7 @@ or Documentation</a> section in the
 
 <p>
 
-<em>Last updated: April 4, 2011</em>
+<em>Last updated: May 24, 2012</em>
 
 </p>
 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml?rev=1342683&r1=1342682&r2=1342683&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml Fri May 25 15:22:07 2012
@@ -56,6 +56,7 @@ Currently Derby has the following branch
 </p>
 
 <ul>
+  <li> 10.9 </li>
   <li> 10.8 </li>
   <li> 10.7 </li>
   <li> 10.6 </li>
@@ -77,10 +78,10 @@ Use the command shown below to check out
 <p>
 Where <em>branch</em> is the number of the branch.
 For example, the following command checks out the source code for
-the 10.8 branch:
+the 10.9 branch:
 </p>
 
-<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.8/
+<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.9/
 </source>
 
 </section>
@@ -228,7 +229,7 @@ or Documentation</a> section in the
 </section>
 
 <p>
-<em>Last updated: April 4, 2011</em>
+<em>Last updated: May 24, 2012</em>
 </p>
 
 </body>