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 2024/02/02 23:24:26 UTC

(commons-text) branch master updated (a0692ecf -> 82cfeeea)

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 a0692ecf Bump github/codeql-action from 3.23.2 to 3.24.0 (#500)
     new a07b4dc0 Whitespace
     new d8c2c94f Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git
     new 0e10f632 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git
     new 6e79932b Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git
     new 82cfeeea Add property project.build.outputTimestamp for build reproducibility

The 5 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                                                            | 1 +
 src/main/java/org/apache/commons/text/diff/package-info.java       | 1 +
 src/main/java/org/apache/commons/text/matcher/package-info.java    | 1 +
 src/main/java/org/apache/commons/text/numbers/package-info.java    | 1 +
 src/main/java/org/apache/commons/text/package-info.java            | 1 +
 src/main/java/org/apache/commons/text/similarity/package-info.java | 1 +
 src/main/java/org/apache/commons/text/translate/package-info.java  | 1 +
 7 files changed, 7 insertions(+)


(commons-text) 03/05: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git

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 0e10f6323deb85ed202f783bf86b4493e7d93ba0
Merge: d8c2c94f 972cf702
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 30 13:39:24 2024 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git

 src/assembly/bin.xml | 4 +++-
 src/assembly/src.xml | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)


(commons-text) 05/05: Add property project.build.outputTimestamp for build reproducibility

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 82cfeeea6cdd542ecb5e82f99c9c81fff1bc1e6a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 2 18:24:21 2024 -0500

    Add property project.build.outputTimestamp for build reproducibility
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e28c664a..35691ebc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
   <properties>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
 


(commons-text) 01/05: Whitespace

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 a07b4dc072324e252289af7e6f8ce67fa8d1cbac
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 27 09:01:38 2024 -0500

    Whitespace
---
 src/main/java/org/apache/commons/text/diff/package-info.java       | 1 +
 src/main/java/org/apache/commons/text/matcher/package-info.java    | 1 +
 src/main/java/org/apache/commons/text/numbers/package-info.java    | 1 +
 src/main/java/org/apache/commons/text/package-info.java            | 1 +
 src/main/java/org/apache/commons/text/similarity/package-info.java | 1 +
 src/main/java/org/apache/commons/text/translate/package-info.java  | 1 +
 6 files changed, 6 insertions(+)

diff --git a/src/main/java/org/apache/commons/text/diff/package-info.java b/src/main/java/org/apache/commons/text/diff/package-info.java
index 92fde863..685be417 100644
--- a/src/main/java/org/apache/commons/text/diff/package-info.java
+++ b/src/main/java/org/apache/commons/text/diff/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * <p>Provides algorithms for diff between strings.</p>
  *
diff --git a/src/main/java/org/apache/commons/text/matcher/package-info.java b/src/main/java/org/apache/commons/text/matcher/package-info.java
index a6b1d7da..06d36c67 100644
--- a/src/main/java/org/apache/commons/text/matcher/package-info.java
+++ b/src/main/java/org/apache/commons/text/matcher/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * <p>
  * Provides algorithms for matching up strings for use with a {@link org.apache.commons.text.StringSubstitutor
diff --git a/src/main/java/org/apache/commons/text/numbers/package-info.java b/src/main/java/org/apache/commons/text/numbers/package-info.java
index 8cde09f0..4c2233d7 100644
--- a/src/main/java/org/apache/commons/text/numbers/package-info.java
+++ b/src/main/java/org/apache/commons/text/numbers/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * <p>
  * Provides algorithms for converting numbers to strings.
diff --git a/src/main/java/org/apache/commons/text/package-info.java b/src/main/java/org/apache/commons/text/package-info.java
index f36b6dc0..68f1c85d 100644
--- a/src/main/java/org/apache/commons/text/package-info.java
+++ b/src/main/java/org/apache/commons/text/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * <p>Basic classes for text handling.</p>
  *
diff --git a/src/main/java/org/apache/commons/text/similarity/package-info.java b/src/main/java/org/apache/commons/text/similarity/package-info.java
index d053d2ad..6a7d1483 100644
--- a/src/main/java/org/apache/commons/text/similarity/package-info.java
+++ b/src/main/java/org/apache/commons/text/similarity/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * <p>Provides algorithms for string similarity.</p>
  *
diff --git a/src/main/java/org/apache/commons/text/translate/package-info.java b/src/main/java/org/apache/commons/text/translate/package-info.java
index 5ccb0004..87043303 100644
--- a/src/main/java/org/apache/commons/text/translate/package-info.java
+++ b/src/main/java/org/apache/commons/text/translate/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * <p> An API for creating text translation routines from a set of smaller building blocks. Initially created to make it
  * possible for the user to customize the rules in the StringEscapeUtils class.</p>


(commons-text) 04/05: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git

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 6e79932b33f8d1179660dbc5c9b43fa125277b7d
Merge: 0e10f632 a0692ecf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 2 18:23:21 2024 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git

 .github/workflows/codeql-analysis.yml     | 6 +++---
 .github/workflows/coverage.yml            | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


(commons-text) 02/05: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git

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 d8c2c94ffa04bc08d42f651437b95bc0ce7651c3
Merge: a07b4dc0 da2b31ea
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 27 09:02:09 2024 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git

 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)