You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/08/16 10:58:55 UTC

svn commit: r1880892 - in /poi: site/src/documentation/content/xdocs/devel/subversion.xml site/src/documentation/content/xdocs/download.xml site/src/documentation/release-guide.txt trunk/build.xml trunk/jenkins/create_jobs.groovy

Author: kiwiwings
Date: Sun Aug 16 10:58:54 2020
New Revision: 1880892

URL: http://svn.apache.org/viewvc?rev=1880892&view=rev
Log:
Update links to ci-builds.apache.org

Modified:
    poi/site/src/documentation/content/xdocs/devel/subversion.xml
    poi/site/src/documentation/content/xdocs/download.xml
    poi/site/src/documentation/release-guide.txt
    poi/trunk/build.xml
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/site/src/documentation/content/xdocs/devel/subversion.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/subversion.xml?rev=1880892&r1=1880891&r2=1880892&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/subversion.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/subversion.xml Sun Aug 16 10:58:54 2020
@@ -26,11 +26,11 @@
       <person id="NB" name="Nick Burch" email="dev@poi.apache.org"/>
     </authors>
   </header>
-  
+
   <body>
     <section><title>Download the Source</title>
       <p>
-         Most users of the source code probably don't need to have day to 
+         Most users of the source code probably don't need to have day to
          day access to the source code as it changes. Therefore most users will want
          to make use of our <a href="site:download">source release</a>
          packages, which contain the complete source tree for each binary
@@ -47,8 +47,8 @@
     </section>
     <section><title>Access the Version Controlled Source Code</title>
       <p>
-         For general information on connecting to the ASF Subversion, 
-         repositories, see the 
+         For general information on connecting to the ASF Subversion,
+         repositories, see the
          <a href="https://www.apache.org/dev/version-control.html">version control page.</a>
       </p>
 
@@ -56,9 +56,9 @@
       but also has a read-only git mirror
       </p>
 
-      <p><strong>NOTE</strong>: When checking out a subproject using 
+      <p><strong>NOTE</strong>: When checking out a subproject using
        subversion, either perform a sparse checkout or check out
-       the trunk or a single branch or tag to avoid filling up 
+       the trunk or a single branch or tag to avoid filling up
        your hard-disk and wasting bandwidth.
       </p>
 
@@ -69,9 +69,9 @@
         <a href="https://svn.apache.org/viewvc/poi/">ViewVC</a></li>
       </ul>
 
-      <p>If you are not a <em>Committer</em>, but you want to submit patches 
-       or even request commit privileges, please see our 
-       <a href="site:guidelines">Contribution Guidelines</a> for more 
+      <p>If you are not a <em>Committer</em>, but you want to submit patches
+       or even request commit privileges, please see our
+       <a href="site:guidelines">Contribution Guidelines</a> for more
        information.</p>
     </section>
     <section><title>Git access to POI sources</title>
@@ -79,15 +79,15 @@
         The master source repository for Apache POI is the Subversion
         one listed above. To support those users and developers who prefer
         to use the Git tooling, read-only access to the POI source tree is
-        also available via Git. The Git mirrors normally track SVN to 
+        also available via Git. The Git mirrors normally track SVN to
         within a few minutes.
       </p>
       <p>
         The official read-only Git repository for Apache POI is available
         from <a href="https://git.apache.org/">git.apache.org/</a> .
-        The Git Clone URL is: <a href="git://git.apache.org/poi.git">git://git.apache.org/poi.git</a> 
+        The Git Clone URL is: <a href="git://git.apache.org/poi.git">git://git.apache.org/poi.git</a>
         and Https Clone URL: <a href="https://git.apache.org/poi.git">https://git.apache.org/poi.git</a> .
-        Please see the <a href="https://git.apache.org/">Git at 
+        Please see the <a href="https://git.apache.org/">Git at
         Apache</a> page for more details on the service.
       </p>
       <p>
@@ -99,7 +99,7 @@
         to it will result in an email being sent to the mailing list. A Git-formatted
         patch added to Bugzilla is generally preferred though, as it can be tracked
         along with all the other contributions. Please see the
-        <a href="site:guidelines">contribution guidelines</a> for more 
+        <a href="site:guidelines">contribution guidelines</a> for more
         information on getting involved in the project.</p>
     </section>
     <section><title>Using Git via the SVN-Git bridge</title>
@@ -229,8 +229,8 @@
     </section>
     <section><title>Code metrics </title>
       <p>
-        Code quality reports for Apache POI are available on the 
-        <a href="https://builds.apache.org/analysis/overview?id=org.apache.poi%3Apoi-parent">Apache Sonar instance</a>.
+        Code quality reports for Apache POI are available on the
+        <a href="https://sonarcloud.io/dashboard?id=poi-parent">Apache Sonar instance</a>.
       </p>
       <p>
         Sonar provides lots of useful numbers and statistics, especially
@@ -243,7 +243,7 @@
     <legal>
       Copyright (c) @year@ The Apache Software Foundation. All rights reserved.
       <br />
-      Apache POI, POI, Apache, the Apache feather logo, and the Apache 
+      Apache POI, POI, Apache, the Apache feather logo, and the Apache
       POI project logo are trademarks of The Apache Software Foundation.
     </legal>
   </footer>

Modified: poi/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1880892&r1=1880891&r2=1880892&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Sun Aug 16 10:58:54 2020
@@ -106,7 +106,7 @@
 
         <section id="nightly">
             <title>Nightly Builds</title>
-            <p>The POI nightly builds are run on the <a href="https://builds.apache.org/view/P/view/POI/">Jenkins</a>
+            <p>The POI nightly builds are run on the <a href="https://ci-builds.apache.org/job/POI/">Jenkins</a>
                 continuous integration server.<br/>
                 <strong>These builds should not be used in production</strong>: they are mostly intended for use by
                 developers to help with resolving bugs and evaluating new features or users who want to try out the
@@ -114,7 +114,7 @@
             </p>
             <ul>
                 <li>
-                    <a href="https://builds.apache.org/view/P/view/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/dist/">
+                    <a href="https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/dist/">
                         Last Successful Jenkins build for POI-trunk
                     </a>
                 </li>

Modified: poi/site/src/documentation/release-guide.txt
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1880892&r1=1880891&r2=1880892&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Sun Aug 16 10:58:54 2020
@@ -77,7 +77,7 @@
 </settings>
 {code}
 
-   6e. It's a good idea to check at https://builds.apache.org/view/P/view/POI/
+   6e. It's a good idea to check at https://ci-builds.apache.org/job/POI/
        that Jenkins is in a good state (i.e. most recent build passed
        and is up to date with SVN). You probably also want to e-mail
        the dev list with a note to say you're building a release.
@@ -275,7 +275,7 @@ ant release-finish -Dfile_date="20160702
 7. Copy the build javadocs to a stable location under /apidocs/{ver}/
    - For a major release, create a new subfolder to hold the javadocs for
      this release family, eg 4.1 for 4.1.x
-   - For a minor release, replace the existing subfolder for the release 
+   - For a minor release, replace the existing subfolder for the release
      family, eg 4.1.2 uses 4.1 replacing the previous 4.1.1
 
 8. Don't forget to upload the latest version of the site and javadocs
@@ -284,7 +284,7 @@ ant release-finish -Dfile_date="20160702
 From: your @apache.org e-mail address
 To: user@poi.apache.org, dev@poi.apache.org, general@poi.apache.org, and announce@apache.org
 Subject: [ANNOUNCE] Apache POI FIXME3.16 released
-Body: 
+Body:
 """
 The Apache POI PMC is pleased to announce the release of Apache POI FIXME3.16.
 

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1880892&r1=1880891&r2=1880892&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Aug 16 10:58:54 2020
@@ -276,7 +276,7 @@ under the License.
     <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
     <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.06" usage="ooxml"/>
     <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:4.0.0" usage="ooxml"
-                url="https://builds.apache.org/view/P/view/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.0.jar"/>
+                url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build//xmlbeans-4.0.0.jar"/>
     <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.20" usage="ooxml"/>
     <!-- only used for compiling xmlbeans schemas -->
 <!--    <dependency prefix="ooxml.commons-compress" artifact="com.github.javaparser:javaparser-core:3.16.1" usage="ooxml-provided"/>-->

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1880892&r1=1880891&r2=1880892&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Aug 16 10:58:54 2020
@@ -1,5 +1,5 @@
 // This script is used as input to the Jenkins Job DSL plugin to create all the build-jobs that
-// Apache POI uses on the public Jenkins instance at https://builds.apache.org/view/P/view/POI/
+// Apache POI uses on the public Jenkins instance at https://ci-builds.apache.org/job/POI/
 //
 // See https://github.com/jenkinsci/job-dsl-plugin/wiki for information about the DSL, you can
 // use https://job-dsl.herokuapp.com/ to validate the code before checkin



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org