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 fed58ad3 RAT-343: Prepare version in all submodules
fed58ad3 is described below
commit fed58ad333a16f0a23e4b8eed16750f04435ed6c
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jan 11 15:58:30 2024 +0100
RAT-343: Prepare version in all submodules
---
apache-rat-api/pom.xml | 2 +-
apache-rat-core/pom.xml | 2 +-
apache-rat-plugin/pom.xml | 2 +-
apache-rat-tasks/pom.xml | 2 +-
apache-rat/pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/apache-rat-api/pom.xml b/apache-rat-api/pom.xml
index 2ebca482..7fde6027 100644
--- a/apache-rat-api/pom.xml
+++ b/apache-rat-api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.16.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>apache-rat-api</artifactId>
diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index 360ed454..f1cdccbe 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-SNAPSHOT</version>
+ <version>0.16.1-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 fcc60fdc..5ee110d9 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-SNAPSHOT</version>
+ <version>0.16.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>apache-rat-plugin</artifactId>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 3dcab27a..6a323388 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-SNAPSHOT</version>
+ <version>0.16.1-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index 73c90056..67325de1 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-SNAPSHOT</version>
+ <version>0.16.1-SNAPSHOT</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>