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/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 d9ee8f67d..47e68d185 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
org.apache.rat
apache-rat-project
- 1.0.0-SNAPSHOT
+ 0.18-SNAPSHOT
pom
Apache Creadur RAT
https://creadur.apache.org/rat/
@@ -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 766bb80bf..14552c14b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,13 +61,16 @@ in order to be properly linked in site reports.
Apache Creadur RAT developers
-
-
+
+
+ Upgrade to doxia 2.0.0 and generate XHTML5 reports during RAT runs (fixes multiple CVEs implicitly).
+
Speedup tests and avoid garbage collection workaround by changing to CleanupMode.NONE in jUnit's TempDir usages.
@@ -144,7 +147,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.