org.apache.commons:commons-text
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -196,3 +196,3 @@ | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| https://www.apache.org/licenses/LICENSE-2.0 | ||
@@ -199,0 +199,0 @@ Unless required by applicable law or agreed to in writing, software |
| artifactId=commons-text | ||
| groupId=org.apache.commons | ||
| version=1.13.1 | ||
| version=1.14.0 |
@@ -23,9 +23,9 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>commons-parent</artifactId> | ||
| <version>81</version> | ||
| <version>85</version> | ||
| </parent> | ||
| <artifactId>commons-text</artifactId> | ||
| <version>1.13.1</version> | ||
| <version>1.14.0</version> | ||
| <name>Apache Commons Text</name> | ||
| <description>Apache Commons Text is a set of utility functions and reusable components for the purpose of processing | ||
| and manipulating text that should be of use in a Java environment. | ||
| <description>Apache Commons Text is a set of utility functions and reusable components for processing | ||
| and manipulating text in a Java environment. | ||
| </description> | ||
@@ -37,27 +37,21 @@ <url>https://commons.apache.org/proper/commons-text</url> | ||
| <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> | ||
| <project.build.outputTimestamp>2025-04-07T19:39:51Z</project.build.outputTimestamp> | ||
| <project.build.outputTimestamp>2025-07-20T13:34:14Z</project.build.outputTimestamp> | ||
| <maven.compiler.source>1.8</maven.compiler.source> | ||
| <maven.compiler.target>1.8</maven.compiler.target> | ||
| <commons.componentid>text</commons.componentid> | ||
| <commons.packageId>text</commons.packageId> | ||
| <commons.module.name>org.apache.commons.text</commons.module.name> | ||
| <commons.release.version>1.13.1</commons.release.version> | ||
| <commons.release.next>1.13.2</commons.release.next> | ||
| <commons.release.version>1.14.0</commons.release.version> | ||
| <commons.release.next>1.14.1</commons.release.next> | ||
| <commons.release.desc>(Java 8+)</commons.release.desc> | ||
| <commons.jira.id>TEXT</commons.jira.id> | ||
| <commons.jira.pid>12318221</commons.jira.pid> | ||
| <commons.site.path>text</commons.site.path> | ||
| <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl> | ||
| <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> | ||
| <commons.lang3.version>3.17.0</commons.lang3.version> | ||
| <commons.bytebuddy.version>1.17.5</commons.bytebuddy.version> | ||
| <commons.lang3.version>3.18.0</commons.lang3.version> | ||
| <commons.bytebuddy.version>1.17.6</commons.bytebuddy.version> | ||
| <commons.rng.version>1.6</commons.rng.version> | ||
| <japicmp.skip>false</japicmp.skip> | ||
| <jmh.version>1.37</jmh.version> | ||
| <!-- Apache Felix maven-bundle-plugin --> | ||
@@ -70,6 +64,5 @@ <commons.osgi.import> | ||
| </commons.osgi.import> | ||
| <!-- Commons Release Plugin --> | ||
| <!-- Previous version of the component (used for reporting binary compatibility check)--> | ||
| <commons.bc.version>1.13.0</commons.bc.version> | ||
| <commons.bc.version>1.13.1</commons.bc.version> | ||
| <commons.rc.version>RC1</commons.rc.version> | ||
@@ -84,3 +77,2 @@ <commons.release.isDistModule>true</commons.release.isDistModule> | ||
| --> | ||
| <commons.jacoco.version>0.8.12</commons.jacoco.version> | ||
| <!-- JaCoCo: Don't make code coverage worse than: --> | ||
@@ -124,3 +116,3 @@ <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> | ||
| <artifactId>commons-io</artifactId> | ||
| <version>2.18.0</version> | ||
| <version>2.20.0</version> | ||
| <scope>test</scope> | ||
@@ -147,5 +139,4 @@ </dependency> | ||
| </dependencies> | ||
| <build> | ||
| <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> | ||
| <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check pmd:check spotbugs:check javadoc:javadoc</defaultGoal> | ||
| <pluginManagement> | ||
@@ -251,3 +242,2 @@ <plugins> | ||
| </build> | ||
| <reporting> | ||
@@ -346,5 +336,3 @@ <plugins> | ||
| </reporting> | ||
| <inceptionYear>2014</inceptionYear> | ||
| <developers> | ||
@@ -387,3 +375,2 @@ <developer> | ||
| </developers> | ||
| <contributors> | ||
@@ -433,3 +420,2 @@ <contributor> | ||
| </contributors> | ||
| <scm> | ||
@@ -440,3 +426,2 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-text</connection> | ||
| </scm> | ||
| <issueManagement> | ||
@@ -446,3 +431,2 @@ <system>jira</system> | ||
| </issueManagement> | ||
| <distributionManagement> | ||
@@ -455,3 +439,6 @@ <site> | ||
| </distributionManagement> | ||
| <ciManagement> | ||
| <system>GitHub</system> | ||
| <url>https://github.com/apache/commons-text/actions</url> | ||
| </ciManagement> | ||
| <profiles> | ||
@@ -529,3 +516,3 @@ <profile> | ||
| <properties> | ||
| <graalvm.version>24.2.0</graalvm.version> | ||
| <graalvm.version>24.2.2</graalvm.version> | ||
| <commons.mockito.version>5.2.0</commons.mockito.version> | ||
@@ -532,0 +519,0 @@ </properties> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet