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
commit cf2c28b5d48f8ef5ebfd6c5c90d109d84aac17d5 Merge: 0aa38ebf 6bbe459c Author: P. Ottlinger <[email protected]> AuthorDate: Sun Jan 4 21:29:22 2026 +0100 Merge pull request #33 from apache/feature/RAT-293_sonarCloud RAT-293: Add properties for SonarCloud integration pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --cc pom.xml index b1c01a55,e7f4c8c8..d5ba9cd5 --- a/pom.xml +++ b/pom.xml @@@ -43,34 -43,32 +43,36 @@@ agnostic home for software distributio </description> <inceptionYear>2006</inceptionYear> <properties> + <sonar.organization>apache</sonar.organization> + <sonar.host.url>https://sonarcloud.io</sonar.host.url> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- taken from https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>1703723704</project.build.outputTimestamp> - <ant.version>1.10.14</ant.version> - <mockito.version>4.11.0</mockito.version> - <javaVersion>1.8</javaVersion> + <!-- MSITE-1018, RAT-397: nil out timestamp in order to get current build timestamp --> + <project.build.outputTimestamp>a</project.build.outputTimestamp> + <ant.version>1.10.15</ant.version> + <assertj.version>4.0.0-M1</assertj.version> + <javaVersion>17</javaVersion> + <tika.version>3.2.3</tika.version> + <mockito.version>5.21.0</mockito.version> <maven.compiler.source>${javaVersion}</maven.compiler.source> <maven.compiler.target>${javaVersion}</maven.compiler.target> - <!-- This is the version of Maven required to use the Rat Maven Plugin --> + <!-- This is the version of Maven required to use the RAT Maven Plugin --> <mavenMinVersion>3.2.5</mavenMinVersion> - <mavenVersion>3.9.6</mavenVersion> + <mavenVersion>3.9.12</mavenVersion> <creadur.jira.id>RAT</creadur.jira.id> + <velocity.core.version>2.4.1</velocity.core.version> + <velocity.tools.version>3.1</velocity.tools.version> <!-- maven plugin versions --> - <mavenPluginPluginVersion>3.11.0</mavenPluginPluginVersion> - <mavenChangesVersion>2.12.1</mavenChangesVersion> - <mavenJavadocPluginVersion>3.6.3</mavenJavadocPluginVersion> - <mavenPmdPluginVersion>3.21.2</mavenPmdPluginVersion> + <mavenPluginTestingVersion>3.4.0</mavenPluginTestingVersion> + <mavenPluginPluginVersion>3.15.2</mavenPluginPluginVersion> + <mavenChangesVersion>3.0.0-M3</mavenChangesVersion> + <mavenJavadocPluginVersion>3.12.0</mavenJavadocPluginVersion> + <mavenPmdPluginVersion>3.28.0</mavenPmdPluginVersion> <!-- Used to generate download page for RAT during site builds, please adapt versions manually BEFORE doing a release --> - <!-- START - adapat manually before doing a release --> - <previousRatVersion>0.16.1</previousRatVersion> - <currentSnapshotRatVersion>0.17-SNAPSHOT</currentSnapshotRatVersion> - <!-- END - adapat manually before doing a release --> - <junit.version>5.10.1</junit.version> - <junit.platform.version>1.10.1</junit.platform.version> + <!-- START - adapt manually before doing a release --> + <previousRatVersion>0.17</previousRatVersion> + <currentSnapshotRatVersion>1.0.0-SNAPSHOT</currentSnapshotRatVersion> + <!-- END - adapt manually before doing a release --> </properties> <distributionManagement> <site>
