You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/08/31 20:58:16 UTC

[creadur-rat] branch master updated: [maven-release-plugin] prepare for next development iteration

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 aefc0e5b [maven-release-plugin] prepare for next development iteration
aefc0e5b is described below

commit aefc0e5bbb3d08f31c55f7c0897a075748428284
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Wed Aug 31 22:58:13 2022 +0200

    [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                   | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/apache-rat-api/pom.xml b/apache-rat-api/pom.xml
index a3405a80..bdb30bf6 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.15</version>
+    <version>0.16-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
 
diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index f374709b..60f4de00 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.15</version>
+    <version>0.16-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 3cdbe48b..c24e75fb 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.15</version>
+    <version>0.16-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 7519c9bb..84eb8b8e 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.15</version>
+    <version>0.16-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index 4e27c508..418ee932 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.15</version>
+    <version>0.16-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index a7e4613a..d6b453e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
-  <version>0.15</version>
+  <version>0.16-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Creadur Rat</name>
   <url>https://creadur.apache.org/rat/</url>
@@ -597,7 +597,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.15</tag>
+    <tag>HEAD</tag>
   </scm>
   <modules>
     <module>apache-rat-api</module>