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 0be77fb5 [maven-release-plugin] prepare for next development iteration
0be77fb5 is described below
commit 0be77fb555979c6f6eef880150a25c5f5438f246
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Mar 12 00:25:52 2026 +0100
[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 eb4acab2..4819f23b 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.18</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 cd967093..76d0e0d3 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.18</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 3b5fcf03..8a90a0fd 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.18</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 0d12f651..63f4040c 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.18</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 afb064e2..728694d8 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.18</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 bb040390..36fccdc5 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.18</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 78c1da52..b4a028f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.18</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Creadur RAT</name>
<url>https://creadur.apache.org/rat/</url>
@@ -1040,7 +1040,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.18</tag>
+ <tag>HEAD</tag>
</scm>
<modules>
<module>apache-rat-core</module>