You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by bp...@apache.org on 2019/01/06 18:41:03 UTC

svn commit: r1038630 - /websites/production/db/content/derby/dev/derby_source.html

Author: bpendleton
Date: Sun Jan  6 18:41:03 2019
New Revision: 1038630

Log:
DERBY-7010: add 10.15 branch to source code page

Modified:
    websites/production/db/content/derby/dev/derby_source.html

Modified: websites/production/db/content/derby/dev/derby_source.html
==============================================================================
--- websites/production/db/content/derby/dev/derby_source.html (original)
+++ websites/production/db/content/derby/dev/derby_source.html Sun Jan  6 18:41:03 2019
@@ -239,6 +239,8 @@ Currently Derby has the following branch
 </p>
 <ul>
   
+<li> 10.15 </li>
+  
 <li> 10.14 </li>
   
 <li> 10.13 </li>
@@ -278,9 +280,9 @@ 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.14 branch:
+the 10.15 branch:
 </p>
-<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.14/
+<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.15/
 </pre>
 <a name="Development+trunk"></a>
 <h3 class="boxed">Development trunk</h3>