This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 3a742cf2 RAT-532: Open up development on master for 1.0.0 and use 0.18
during builds
3a742cf2 is described below
commit 3a742cf246259b43ec72856ba8508df205a8495b
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Mar 20 16:03:07 2026 +0100
RAT-532: Open up development on master for 1.0.0 and use 0.18 during builds
---
pom.xml | 17 ++++++-----------
src/changes/changes.xml | 15 +++++++++++++--
2 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 253189e0..13d41f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@ agnostic home for software distribution comprehension and
audit tools.
<mavenPmdPluginVersion>3.28.0</mavenPmdPluginVersion>
<!-- Used to generate download page for RAT during site builds, please
adapt versions manually BEFORE doing a release -->
<!-- START - adapt manually before doing a release -->
- <previousRatVersion>0.17</previousRatVersion>
+ <previousRatVersion>0.18</previousRatVersion>
<currentSnapshotRatVersion>1.0.0-SNAPSHOT</currentSnapshotRatVersion>
<!-- END - adapt manually before doing a release -->
</properties>
@@ -619,11 +619,9 @@ agnostic home for software distribution comprehension and
audit tools.
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<!-- Do not use property values here as this causes problems during
release -->
- <version>0.17</version>
+ <version>0.18</version>
<configuration>
- <inputExcludeStd>ECLIPSE</inputExcludeStd>
- <inputExcludeStd>IDEA</inputExcludeStd>
- <inputExcludeStd>MAC</inputExcludeStd>
+ <inputExcludeStd>ALL</inputExcludeStd>
<inputExcludes>
<exclude>.asf.yaml</exclude>
<exclude>src/site/apt/naming_help.txt</exclude>
@@ -634,9 +632,6 @@ agnostic home for software distribution comprehension and
audit tools.
and dejavu.css does not have a license statement
-->
<exclude>src/site/javadocFont/resources/fonts/dejavu.css</exclude>
- <!-- RAT-501: Generated by Eclipse, and not distributed, so
ignorable. Remove if >0.17 -->
- <exclude>bin/**/*</exclude>
- <exclude>.externalToolBuilders/**/*</exclude>
</inputExcludes>
</configuration>
</plugin>
@@ -693,7 +688,7 @@ agnostic home for software distribution comprehension and
audit tools.
<artifactId>
apache-rat-plugin
</artifactId>
- <versionRange>[0.17,)</versionRange>
+ <versionRange>[0.18,)</versionRange>
<goals>
<goal>check</goal>
</goals>
@@ -1144,8 +1139,8 @@ agnostic home for software distribution comprehension and
audit tools.
<!-- in order to test new releases this reference can be activated locally
<pluginRepositories>
<pluginRepository>
- <id>staged-releases-rat-017</id>
-
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1012/</url>
+ <id>staged-releases-rat-018</id>
+
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1013/</url>
</pluginRepository>
</pluginRepositories-->
</project>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e41c2d00..7f6b2c57 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,12 +61,23 @@ in order to be properly linked in site reports.
<author email="[email protected]">Apache Creadur RAT
developers</author>
</properties>
<body>
- <!--release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz"
description="Current SNAPSHOT - release to be done">
+ <!--Template: release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz"
description="Current SNAPSHOT - release to be done">
<action issue="RAT-532" type="update" dev="pottlinger"
due-to="dependabot">
TODO/TBD: collect all dependabot updates for release 1.0.0.
</action>
</release>
-->
+ <release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="RAT-532" type="update" dev="pottlinger"
due-to="dependabot">
+ TODO/TBD: collect all dependabot updates for release 1.0.0.
+ </action>
+ <action issue="RAT-532" type="update" dev="pottlinger"
due-to="dependabot">
+ TODO/TBD: collect all dependabot updates for release 1.0.0.
+ </action>
+ <action issue="RAT-532" type="update" dev="pottlinger"
due-to="dependabot">
+ TODO/TBD: collect all dependabot updates for release 1.0.0.
+ </action>
+ </release>
<release version="0.18" date="2026-03-11" description=
"This intermediate release addresses a severe performance issue encountered
during RAT runs in version 0.17.
The issue has been resolved by reducing the sample size used for Tika charset
detection
@@ -130,7 +141,7 @@ Many thanks to all contributors and to our users for their
valuable feedback.">
</action>
<action issue="RAT-508" type="update" dev="claudenw" due-to="Gary D.
Gregory">
Removed excess INFO logging in Maven plugin. Run with -X or use the
verbose option in order to see output on debug level.
- </action>
+ </action>
<action issue="RAT-498" type="update" dev="pottlinger">
Update Maven wrapper to v3.9.13.
</action>