Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildtools/generateStagingSiteInWebpageRepo
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
./mvnw -B package site site:stage

# DEVHINT: with trailing slash please!
targetDirectory=../creadur-site/rat100/
targetDirectory=../creadur-site/rat018/

echo "Copying site resources into asf-site repo under $targetDirectory"
cp -rvf target/staging/* $targetDirectory > /dev/null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Build and analyze at ASF-sonarcloud
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_creadur-rat -Dsonar.token=${SONAR_TOKEN}
run: ./mvnw -X -e verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_creadur-rat -Dsonar.token=${SONAR_TOKEN}
2 changes: 1 addition & 1 deletion apache-rat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion apache-rat-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>apache-rat-project</artifactId>
<groupId>org.apache.rat</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion apache-rat-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion apache-rat-testdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-testdata</artifactId>
<name>Apache Creadur RAT::Testdata</name>
Expand Down
2 changes: 1 addition & 1 deletion apache-rat-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-tools</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion apache-rat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>35</version>
<version>36</version>
</parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.18-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Creadur RAT</name>
<url>https://creadur.apache.org/rat/</url>
Expand Down Expand Up @@ -57,7 +57,7 @@ agnostic home for software distribution comprehension and audit tools.
<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 -->
<mavenMinVersion>3.2.5</mavenMinVersion>
<mavenMinVersion>3.9</mavenMinVersion>
<mavenVersion>3.9.12</mavenVersion>
<creadur.jira.id>RAT</creadur.jira.id>
<velocity.core.version>2.4.1</velocity.core.version>
Expand All @@ -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>
Expand Down
10 changes: 5 additions & 5 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ in order to be properly linked in site reports.
<author email="[email protected]">Apache Creadur RAT developers</author>
</properties>
<body>
<!--release version="2.0.0-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
<action issue="RAT-xyz" type="update" dev="pottlinger" due-to="dependabot">
TODO/TBD: collect all dependabot updates for release 2.0.0.
<!--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" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
<release version="0.18" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
<action issue="RAT-531" type="fix" dev="pottlinger" due-to="huangxiaoping">
Fix NPE that license families is null if licenses are defined manually, reported by huangxiaoping from Hudi.
</action>
Expand Down Expand Up @@ -138,7 +138,7 @@ in order to be properly linked in site reports.
Changed '/.externalToolBuilders' to '/.externalToolBuilders/**' in the ECLIPSE standard exclusion list and added '**/bin/**' to ignore generated binary folders in Eclipse IDE.
</action>
<action issue="RAT-498" type="update" dev="pottlinger" due-to="dependabot">
TODO/TBD: collect all dependabot updates for release 1.0.0.
TODO/TBD: collect all dependabot updates for release 0.18.
</action>
</release>
<release version="0.17" date="2025-10-12" description=
Expand Down