You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bu...@apache.org on 2013/11/15 13:42:40 UTC

svn commit: r886731 - in /websites/staging/sling/trunk/content: ./ documentation/development/release-management.html site/.htaccess site/release-management.html sitemap.html

Author: buildbot
Date: Fri Nov 15 12:42:39 2013
New Revision: 886731

Log:
Staging update by buildbot for sling

Removed:
    websites/staging/sling/trunk/content/site/release-management.html
Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/documentation/development/release-management.html
    websites/staging/sling/trunk/content/site/.htaccess
    websites/staging/sling/trunk/content/sitemap.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 15 12:42:39 2013
@@ -1 +1 @@
-1542230
+1542250

Modified: websites/staging/sling/trunk/content/documentation/development/release-management.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/development/release-management.html (original)
+++ websites/staging/sling/trunk/content/documentation/development/release-management.html Fri Nov 15 12:42:39 2013
@@ -83,11 +83,6 @@
       </div>
 
       
-      <div class="tip">
-           This page is a translated version of <a href="/site/release-management.html" target="sling_cwiki">/site/release-management.html</a>. In case of
-           doubt you might want to refer to the old page.
-      </div>
-      
       
       <h1>Release Management</h1>
       <p>Sling releases (and SNAPSHOTS) are deployed to the <a href="http://repository.apache.org">Nexus repository</a> instead of the traditional deployment via the Maven 2 mirrors source on <code>people.apache.org</code>. This makes the release process much leaner and simpler. In addtion we can benefit from the Apache Parent POM 6, which has most of the release profile setup built-in.</p>
@@ -411,7 +406,7 @@ $ <span class="n">rm</span> <span class=
 
 </li>
 <li>
-<p>Commite the Site Changes</p>
+<p>Commit the Site Changes</p>
 <p>In the Site checkout folder commit the changes to the <code>obr/sling.xml</code> files (you may also review the changes using the <code>svn diff</code> command).</p>
 <div class="codehilite"><pre>$ <span class="n">svn</span> <span class="n">commit</span> <span class="o">-</span><span class="n">m</span>&quot;<span class="n">Add</span> <span class="n">Bundle</span> <span class="n">ABC</span> <span class="n">Version</span> <span class="n">X</span><span class="p">.</span><span class="n">Y</span><span class="p">.</span><span class="n">Z</span>&quot; <span class="n">obr</span><span class="o">/</span><span class="n">sling</span><span class="p">.</span><span class="n">xml</span>
 </pre></div>
@@ -429,7 +424,7 @@ $ <span class="n">rm</span> <span class=
 </li>
 </ol>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1527556 by bdelacretaz on Mon, 30 Sep 2013 13:35:54 +0000
+        Rev. 1542250 by bdelacretaz on Fri, 15 Nov 2013 12:42:26 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project

Modified: websites/staging/sling/trunk/content/site/.htaccess
==============================================================================
--- websites/staging/sling/trunk/content/site/.htaccess (original)
+++ websites/staging/sling/trunk/content/site/.htaccess Fri Nov 15 12:42:39 2013
@@ -71,3 +71,4 @@ Redirect Permanent /site/development.htm
 Redirect Permanent /site/links.html /links.html
 Redirect Permanent /site/contributing.html /contributing.html
 Redirect Permanent /site/project-information.html /project-information.html
+Redirect Permanent /site/release-management.html /documentation/development/release-management.html

Modified: websites/staging/sling/trunk/content/sitemap.html
==============================================================================
--- websites/staging/sling/trunk/content/sitemap.html (original)
+++ websites/staging/sling/trunk/content/sitemap.html Fri Nov 15 12:42:39 2013
@@ -122,6 +122,7 @@
 <li><a href="/documentation/development/getting-and-building-sling.html">Getting and Building Sling</a></li>
 <li><a href="/documentation/development/issue-tracker.html">Issue Tracker</a></li>
 <li><a href="/documentation/development/jspc.html">Maven JspC Plugin</a></li>
+<li><a href="/documentation/development/logging-new.html">Logging</a></li>
 <li><a href="/documentation/development/logging.html">Logging</a></li>
 <li><a href="/documentation/development/maven-archetypes.html">Maven Archetypes</a></li>
 <li><a href="/documentation/development/maven-launchpad-plugin.html">Maven Launchpad Plugin</a></li>