diff --git a/.buildtools/generateStagingSiteInWebpageRepo b/.buildtools/generateStagingSiteInWebpageRepo index cab0d515f..d58d2d9d6 100755 --- a/.buildtools/generateStagingSiteInWebpageRepo +++ b/.buildtools/generateStagingSiteInWebpageRepo @@ -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 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5c46a30c1..adb5e9e62 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -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} diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml index 4819f23bc..ae9cd0434 100644 --- a/apache-rat-core/pom.xml +++ b/apache-rat-core/pom.xml @@ -20,7 +20,7 @@ org.apache.rat apache-rat-project - 1.0.0-SNAPSHOT + 0.18-SNAPSHOT apache-rat-core jar diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml index 6c56d599b..fa599ea7f 100644 --- a/apache-rat-plugin/pom.xml +++ b/apache-rat-plugin/pom.xml @@ -20,7 +20,7 @@ apache-rat-project org.apache.rat - 1.0.0-SNAPSHOT + 0.18-SNAPSHOT apache-rat-plugin maven-plugin diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml index 35d003544..b04515038 100644 --- a/apache-rat-tasks/pom.xml +++ b/apache-rat-tasks/pom.xml @@ -20,7 +20,7 @@ org.apache.rat apache-rat-project - 1.0.0-SNAPSHOT + 0.18-SNAPSHOT apache-rat-tasks jar diff --git a/apache-rat-testdata/pom.xml b/apache-rat-testdata/pom.xml index 63f4040c7..1be67fc50 100644 --- a/apache-rat-testdata/pom.xml +++ b/apache-rat-testdata/pom.xml @@ -20,7 +20,7 @@ org.apache.rat apache-rat-project - 1.0.0-SNAPSHOT + 0.18-SNAPSHOT apache-rat-testdata Apache Creadur RAT::Testdata diff --git a/apache-rat-tools/pom.xml b/apache-rat-tools/pom.xml index 728694d89..5d440b463 100644 --- a/apache-rat-tools/pom.xml +++ b/apache-rat-tools/pom.xml @@ -20,7 +20,7 @@ org.apache.rat apache-rat-project - 1.0.0-SNAPSHOT + 0.18-SNAPSHOT apache-rat-tools jar diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml index bcf8b1e23..ee662434e 100644 --- a/apache-rat/pom.xml +++ b/apache-rat/pom.xml @@ -20,7 +20,7 @@ org.apache.rat apache-rat-project - 1.0.0-SNAPSHOT + 0.18-SNAPSHOT apache-rat jar diff --git a/pom.xml b/pom.xml index 058beba4e..c6644807b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,11 @@ org.apache apache - 35 + 36 org.apache.rat apache-rat-project - 1.0.0-SNAPSHOT + 0.18-SNAPSHOT pom Apache Creadur RAT https://creadur.apache.org/rat/ @@ -57,7 +57,7 @@ agnostic home for software distribution comprehension and audit tools. ${javaVersion} ${javaVersion} - 3.2.5 + 3.9 3.9.12 RAT 2.4.1 @@ -70,7 +70,7 @@ agnostic home for software distribution comprehension and audit tools. 3.28.0 - 0.17 + 0.18 1.0.0-SNAPSHOT diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b1f1a20f7..672c118e2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,13 +61,13 @@ in order to be properly linked in site reports. Apache Creadur RAT developers - - + Fix NPE that license families is null if licenses are defined manually, reported by huangxiaoping from Hudi. @@ -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. - TODO/TBD: collect all dependabot updates for release 1.0.0. + TODO/TBD: collect all dependabot updates for release 0.18.