You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2017/01/16 23:33:05 UTC

svn commit: r1005075 - in /websites/staging/lucene/trunk/content: ./ core/developer.html

Author: buildbot
Date: Mon Jan 16 23:33:05 2017
New Revision: 1005075

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/developer.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan 16 23:33:05 2017
@@ -1 +1 @@
-1779102
+1779121

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Mon Jan 16 23:33:05 2017
@@ -236,19 +236,19 @@ project. It is responsible for running n
 <h3 id="nightly-build-javadocs">Nightly Build Javadocs<a class="headerlink" href="#nightly-build-javadocs" title="Permanent link">&para;</a></h3>
 <p>Unofficial nightly Javadocs are also generated by Jenkins:</p>
 <ul>
-<li>Unofficial Javadocs from the nightly <b>trunk</b> build are available <a href="https://builds.apache.org/job/Lucene-Artifacts-trunk/javadoc/">here</a>.</li>
+<li>Unofficial Javadocs from the nightly <b>master</b> build are available <a href="https://builds.apache.org/view/All/job/Lucene-Artifacts-master/javadoc/">here</a>.</li>
 </ul>
 <h3 id="clover-test-coverage-reports">Clover Test Coverage Reports<a class="headerlink" href="#clover-test-coverage-reports" title="Permanent link">&para;</a></h3>
 <p><a href="http://www.atlassian.com/software/clover/">Clover</a> test coverage results are available:</p>
 <ul>
-<li>As of the most recent nightly <b>trunk</b> build:
-    <a href="https://builds.apache.org/job/Lucene-Solr-Clover-trunk/lastSuccessfulBuild/clover-report/">here</a></li>
+<li>As of the most recent nightly <b>master</b> build:
+    <a href="https://builds.apache.org/job/Lucene-Solr-Clover-master/lastSuccessfulBuild/clover-report/dashboard.html">here</a></li>
 </ul>
 <h3 id="nightly-build-download">Nightly Build Download<a class="headerlink" href="#nightly-build-download" title="Permanent link">&para;</a></h3>
 <ul>
-<li>Nightly build artifacts are based on the <b>trunk</b> version of the code checked into
-    <a href="https://svn.apache.org/repos/asf/lucene/dev/trunk">SVN</a>:<br/>
-  <a href="https://builds.apache.org/job/Lucene-Artifacts-trunk/lastSuccessfulBuild/artifact/lucene/dist/">Download trunk Artifacts</a>.
+<li>Nightly build artifacts are based on the <b>master</b> version of the code checked into
+    <a href="https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git">GIT</a>:<br/>
+  <a href="https://builds.apache.org/job/Lucene-Artifacts-master/lastSuccessfulBuild/artifact/lucene/dist/">Download master Artifacts</a>.
   Also, Maven artifacts are available from 
   <a href="https://repository.apache.org/snapshots/org/apache/lucene/">the ASF snapshot repository</a>.</li>
 </ul>