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 f3eee2b2 [maven-release-plugin] prepare for next development iteration
f3eee2b2 is described below
commit f3eee2b296d9ca10bef7cbca776ddf24cecbb673
Author: P. Ottlinger <[email protected]>
AuthorDate: Wed Jan 24 22:00:18 2024 +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/pom.xml | 2 +-
pom.xml | 6 +++---
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index 5fcf2ef9..3d3a0831 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.1</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 670621cd..de4f7e9c 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.1</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 db77894e..d8346f23 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.1</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 461f5744..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.1</version>
+ <version>0.17-SNAPSHOT</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index bdd4ebbd..b2269316 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.1</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>1706129981</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1706130018</project.build.outputTimestamp>
<ant.version>1.10.14</ant.version>
<mockito.version>4.11.0</mockito.version>
<javaVersion>1.8</javaVersion>
@@ -688,7 +688,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.1</tag>
+ <tag>HEAD</tag>
</scm>
<modules>
<module>apache-rat-core</module>