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 195c99fd [maven-release-plugin] prepare for next development iteration
195c99fd is described below
commit 195c99fd992d42a5b741d0e322078aa05adee071
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 28 01:35:04 2023 +0100
[maven-release-plugin] prepare for next development iteration
---
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 +-
pom.xml | 6 +++---
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/apache-rat-api/pom.xml b/apache-rat-api/pom.xml
index f2291e3a..2ebca482 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.16</version>
+ <version>0.17-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 8c6a2ca5..360ed454 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.16</version>
+ <version>0.17-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 e992e1ff..fef6b24c 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.16</version>
+ <version>0.17-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 e6aedb73..3dcab27a 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.16</version>
+ <version>0.17-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index b1c50ea9..73c90056 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.16</version>
+ <version>0.17-SNAPSHOT</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 8b8334ba..292d4177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
- <version>0.16</version>
+ <version>0.17-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Creadur Rat</name>
<url>https://creadur.apache.org/rat/</url>
@@ -45,7 +45,7 @@ agnostic home for software distribution comprehension and
audit tools.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- taken from
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <project.build.outputTimestamp>1703723669</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1703723704</project.build.outputTimestamp>
<ant.version>1.10.14</ant.version>
<mockito.version>4.11.0</mockito.version>
<javaVersion>1.8</javaVersion>
@@ -651,7 +651,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.16</tag>
+ <tag>HEAD</tag>
</scm>
<modules>
<module>apache-rat-api</module>