You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/23 23:22:54 UTC

[commons-text] branch master updated (8cde3aef -> ad930224)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


    from 8cde3aef Drop Clirr property since commons-parent has replaced Clirr with JApiCmp.
     new 852210f3 Prepare for the next release candidate
     new a20c582d Bump commons.javadoc.version from 3.3.2 to 3.4.1
     new 499500ce Bump commons.japicmp.version from 0.15.3 to 0.16.0.
     new ad930224 Workaround for https://github.com/siom79/japicmp/issues/265 no longer needed

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 21 ++++-----------------
 src/changes/changes.xml |  4 ++--
 src/site/site.xml       | 12 ++++++------
 src/site/xdoc/index.xml | 13 +++----------
 4 files changed, 15 insertions(+), 35 deletions(-)


[commons-text] 04/04: Workaround for https://github.com/siom79/japicmp/issues/265 no longer needed

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit ad930224767a3e7b55981d81c208141c07d1ab17
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 19:22:50 2022 -0400

    Workaround for https://github.com/siom79/japicmp/issues/265 no longer
    needed
    
    Use https scheme
---
 pom.xml | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a95cfc8..0959780c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
@@ -164,19 +164,6 @@
             </excludes>
           </configuration>
         </plugin><!-- override skip property of parent pom -->
-        <plugin>
-          <groupId>com.github.siom79.japicmp</groupId>
-          <artifactId>japicmp-maven-plugin</artifactId>
-          <configuration>
-            <skip>false</skip>
-            <parameter>
-              <excludes>
-                <!-- Workaround for https://github.com/siom79/japicmp/issues/265 -->
-                <exclude>org.apache.commons.text.StringSubstitutor#substitute(org.apache.commons.text.TextStringBuilder,int,int,java.util.List)</exclude>
-              </excludes>
-            </parameter>
-          </configuration>
-        </plugin>
         <plugin>
           <artifactId>maven-pmd-plugin</artifactId>
           <version>${commons.pmd.version}</version>
@@ -475,7 +462,7 @@
   </contributors>
 
   <scm>
-    <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-text</connection>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-text</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-text</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-text.git</url>
   </scm>


[commons-text] 03/04: Bump commons.japicmp.version from 0.15.3 to 0.16.0.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit 499500ce81f2ac380fc8c126ad6a2581f61d0316
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 18:18:15 2022 -0400

    Bump commons.japicmp.version from 0.15.3 to 0.16.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5dd1c5f4..7a95cfc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <graalvm.version>22.0.0.2</graalvm.version>
     <commons.rng.version>1.4</commons.rng.version>
 
-    <commons.japicmp.version>0.15.7</commons.japicmp.version>
+    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
 
     <jmh.version>1.35</jmh.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8a15fd65..1088d7f5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,7 +92,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.19.0 #186, #263, #302, #334, #349, #353.</action>
     <action                  type="update" dev="kinow" due-to="Gary Gregory">Bump pmd from 6.42.0 to 6.46.0.</action>
     <action                  type="update" dev="ggregory" due-to="Dependabot">Bump graalvm.version from 20.2.0 to 22.0.0.2 #185, #198, #206, #227, #252, #276, #295, #300.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.14.3 to 0.15.3.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.14.3 to 0.16.0.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version 0.8.5 to 0.8.8; fixes Java 15 build.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.2.0 #202, #348.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 3.11 -> 3.12.0.</action>


[commons-text] 01/04: Prepare for the next release candidate

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit 852210f3f96add058b32cf88d9ea22da479045a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 18:10:27 2022 -0400

    Prepare for the next release candidate
---
 src/site/site.xml       | 12 ++++++------
 src/site/xdoc/index.xml | 13 +++----------
 2 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index fc1633e2..6fefcea2 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,11 +24,12 @@
 
     <body>
         <menu name="Text">
-            <item name="Overview"                 href="/index.html"/>
-            <item name="Download"                 href="/download_text.cgi"/>
-            <item name="User Guide"               href="/userguide.html" />
-            <item name="Release History"          href="/changes-report.html"/>
-            <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
+            <item name="Overview"             href="/index.html"/>
+            <item name="Download"             href="/download_text.cgi"/>
+            <item name="User Guide"           href="/userguide.html" />
+            <item name="Release History"      href="/changes-report.html"/>
+            <item name="Javadoc"              href="/apidocs/index.html"/>
+            <item name="Javadoc Archive"      href="https://javadoc.io/doc/org.apache.commons/commons-text"/>
         </menu>
 
         <menu name="Development">
@@ -37,7 +38,6 @@
             <item name="Proposal"             href="/proposal.html"/>
             <item name="Developer Guide"      href="/developerguide.html"/>
             <item name="Source Repository"    href="/scm.html"/>
-            <item name="Javadoc (latest)"     href="apidocs/index.html"/>
         </menu>
 
     </body>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index da0720b7..649e07b8 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -42,17 +42,10 @@ The <a href="scm.html">Git repository</a> can be
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Text is 1.9.</p>
-<p>Download it from <a href="https://commons.apache.org/proper/commons-text/download_text.cgi">here</a>.</p>
 <p>
-Alternatively you can pull it from the central Maven repositories:
-<pre>
-&lt;dependency&gt;
-   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
-   &lt;artifactId&gt;commons-text&lt;/artifactId&gt;
-   &lt;version&gt;1.9&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
+  Download the latest release from dependency-info.html</p>
+<p>
+  Alternatively, you can use a <a href="dependency-info.html">build tool dependency</a>.
 </p>
 
  <p>


[commons-text] 02/04: Bump commons.javadoc.version from 3.3.2 to 3.4.1

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit a20c582d873d3da01b8feaab29dcd5fc8c45fcfd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 18:12:06 2022 -0400

    Bump commons.javadoc.version from 3.3.2 to 3.4.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b7ae9a3d..5dd1c5f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     with maven site plugin 3.11+. However, javadoc 3.4.0+ fails with site plugin versions lower than 3.11. So, we'll 
     use slightly older site and javadoc versions here in order to be able to generate all reports. -->
     <commons.site-plugin.version>3.10.0</commons.site-plugin.version>
-    <commons.javadoc.version>3.3.2</commons.javadoc.version> 
+    <commons.javadoc.version>3.4.1</commons.javadoc.version> 
 
     <!-- 22.1.0 requires Java 11 -->
     <graalvm.version>22.0.0.2</graalvm.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index de2efd79..8a15fd65 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,7 +96,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version 0.8.5 to 0.8.8; fixes Java 15 build.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.2.0 #202, #348.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 3.11 -> 3.12.0.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.version from 3.2.0 to 3.4.0.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.version from 3.2.0 to 3.4.1.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.project-info.version from 3.1.0 to 3.1.2.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.32 to 1.35 #254, #292, #313.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-rng-simple from 1.3 to 1.4 #266.</action>