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


The following commit(s) were added to refs/heads/master by this push:
     new c907057f [maven-release-plugin] prepare for next development iteration
c907057f is described below

commit c907057f9e9b2e2f327d0a3a6c98a92899e2985a
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Oct 12 17:16:13 2025 +0200

    [maven-release-plugin] prepare for next development iteration
---
 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 538ff073..b39201e3 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>0.17</version>
+    <version>1.0.0-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 7543d4ce..5611359c 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>0.17</version>
+    <version>1.0.0-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 584fe77e..5c5fb590 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>0.17</version>
+    <version>1.0.0-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 c97d6520..a28c75e6 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>0.17</version>
+    <version>1.0.0-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 9da979d3..cb8a7409 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>0.17</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-tools</artifactId>
   <packaging>jar</packaging>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index d69176a1..d77f6e31 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>0.17</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 8ebb1a5f..5e437cc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
-  <version>0.17</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Creadur RAT</name>
   <url>https://creadur.apache.org/rat/</url>
@@ -929,7 +929,7 @@ agnostic home for software distribution comprehension and 
audit tools.
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/creadur-rat.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/creadur-rat.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=creadur-rat.git</url>
-    <tag>apache-rat-project-0.17</tag>
+    <tag>HEAD</tag>
   </scm>
   <modules>
     <module>apache-rat-core</module>

Reply via email to