This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch feature/RAT-530
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit ab18e736e033545a6bc2f29918f6685335abf1b3
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Dec 27 12:45:01 2025 +0100

    RAT-530: Switch to 0.18 SNAPSHOT
---
 apache-rat-core/pom.xml     | 2 +-
 apache-rat-plugin/pom.xml   | 2 +-
 apache-rat-tasks/pom.xml    | 2 +-
 apache-rat-testdata/pom.xml | 2 +-
 apache-rat-tools/pom.xml    | 2 +-
 apache-rat/pom.xml          | 2 +-
 pom.xml                     | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index 4819f23b..ae9cd043 100644
--- a/apache-rat-core/pom.xml
+++ b/apache-rat-core/pom.xml
@@ -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>
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index e10aa8e0..bad9c73a 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -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>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 35d00354..b0451503 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -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>
diff --git a/apache-rat-testdata/pom.xml b/apache-rat-testdata/pom.xml
index 63f4040c..1be67fc5 100644
--- a/apache-rat-testdata/pom.xml
+++ b/apache-rat-testdata/pom.xml
@@ -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>
diff --git a/apache-rat-tools/pom.xml b/apache-rat-tools/pom.xml
index 728694d8..5d440b46 100644
--- a/apache-rat-tools/pom.xml
+++ b/apache-rat-tools/pom.xml
@@ -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>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index bcf8b1e2..ee662434 100644
--- a/apache-rat/pom.xml
+++ b/apache-rat/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index b1c01a55..a2a343fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </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>
@@ -69,7 +69,7 @@ agnostic home for software distribution comprehension and 
audit tools.
     <!-- 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>
-    <currentSnapshotRatVersion>1.0.0-SNAPSHOT</currentSnapshotRatVersion>
+    <currentSnapshotRatVersion>0.18-SNAPSHOT</currentSnapshotRatVersion>
     <!-- END - adapt manually before doing a release -->
   </properties>
   <distributionManagement>

Reply via email to