Skip to content

Commit 8ebc961

Browse files
committed
Merge branch 'release'
2 parents 32ff6b4 + b6702d6 commit 8ebc961

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Thanks for your contribution to [Apache Commons](https://commons.apache.org/)! Y
2222
Before you push a pull request, review this list:
2323

2424
- [ ] Read the [contribution guidelines](CONTRIBUTING.md) for this project.
25+
- [ ] Read the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) if you use Artificial Intelligence (AI).
26+
- [ ] I used AI to create any part of, or all of, this pull request.
2527
- [ ] Run a successful build using the default [Maven](https://maven.apache.org/) goal with `mvn`; that's `mvn` on the command line by itself.
26-
- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible but is a best-practice.
28+
- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible, but it is a best-practice.
2729
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
28-
- [ ] Each commit in the pull request should have a meaningful subject line and body. Note that commits might be squashed by a maintainer on merge.
30+
- [ ] Each commit in the pull request should have a meaningful subject line and body. Note that a maintainer may squash commits during the merge process.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>85</version>
2424
</parent>
2525
<artifactId>commons-text</artifactId>
26-
<version>1.14.0-SNAPSHOT</version>
26+
<version>1.14.1-SNAPSHOT</version>
2727
<name>Apache Commons Text</name>
2828
<description>Apache Commons Text is a set of utility functions and reusable components for processing
2929
and manipulating text in a Java environment.
@@ -33,7 +33,7 @@
3333
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
3434
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3535
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
36-
<project.build.outputTimestamp>2025-04-10T21:38:03Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-24T12:03:40Z</project.build.outputTimestamp>
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939
<commons.componentid>text</commons.componentid>

0 commit comments

Comments
 (0)