svn commit: r1819802 - in /ofbiz/site: source-repositories.html template/page/source-repositories.tpl.php

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1819802 - in /ofbiz/site: source-repositories.html template/page/source-repositories.tpl.php

jleroux@apache.org
Author: jleroux
Date: Tue Jan  2 10:44:06 2018
New Revision: 1819802

URL: http://svn.apache.org/viewvc?rev=1819802&view=rev
Log:
Following the discussion in "Planning for the creation of the new 17.xx branch(es)" dev ML thread here are the changes to follow the ofbiz.xx.xx convention to name the releases working copies, including plugins.

Modified:
    ofbiz/site/source-repositories.html
    ofbiz/site/template/page/source-repositories.tpl.php

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1819802&r1=1819801&r2=1819802&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Tue Jan  2 10:44:06 2018
@@ -155,9 +155,9 @@
     <h2>Releases</h2>
     <dl class="iconsList">
         <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 release17.12</code></dd>
+        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 ofbiz.17.12</code></dd>
         <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 ofbiz-plugins </code></dd>
+        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 ofbiz.17.12-plugins</code></dd>
         <dt><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong><dt>
         <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></dd>
     </dl>

Modified: ofbiz/site/template/page/source-repositories.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/source-repositories.tpl.php?rev=1819802&r1=1819801&r2=1819802&view=diff
==============================================================================
--- ofbiz/site/template/page/source-repositories.tpl.php (original)
+++ ofbiz/site/template/page/source-repositories.tpl.php Tue Jan  2 10:44:06 2018
@@ -57,9 +57,9 @@
     <h2>Releases</h2>
     <dl class="iconsList">
         <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 release17.12</code></dd>
+        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 ofbiz.17.12</code></dd>
         <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 ofbiz-plugins </code></dd>
+        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 ofbiz.17.12-plugins</code></dd>
         <dt><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong><dt>
         <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></dd>
     </dl>