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 f26cb24b [maven-release-plugin] prepare release apache-rat-project-0.16
f26cb24b is described below

commit f26cb24b790cacd6740ce7a088bd6f99301b7fb0
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 28 01:34:55 2023 +0100

    [maven-release-plugin] prepare release apache-rat-project-0.16
---
 apache-rat-api/pom.xml    |  2 +-
 apache-rat-core/pom.xml   |  2 +-
 apache-rat-plugin/pom.xml |  4 ++--
 apache-rat-tasks/pom.xml  | 24 ++++++++++++------------
 apache-rat/pom.xml        |  4 ++--
 pom.xml                   | 10 +++++-----
 6 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/apache-rat-api/pom.xml b/apache-rat-api/pom.xml
index 74ff54f2..f2291e3a 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-SNAPSHOT</version>
+    <version>0.16</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 1f2471d7..8c6a2ca5 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-SNAPSHOT</version>
+    <version>0.16</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 0280ddf6..e992e1ff 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-SNAPSHOT</version>
+    <version>0.16</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
@@ -116,7 +116,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 414be753..e6aedb73 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-SNAPSHOT</version>
+    <version>0.16</version>
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
@@ -113,18 +113,18 @@
             <configuration>
               <target>
                 <ant 
antfile="src/test/resources/antunit/report-bad-configurations.xml" 
inheritAll="false" inheritRefs="false">
-                  <property name="jar.name" 
location="${project.build.outputDirectory}"/>
-                  <property name="base.dir" location="${basedir}"/>
-                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar"/>
-                  <property name="test.skipped" value="${maven.test.skip}"/>
-                  <property name="test.classpath" 
refid="maven.test.classpath"/>
+                  <property name="jar.name" 
location="${project.build.outputDirectory}" />
+                  <property name="base.dir" location="${basedir}" />
+                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar" />
+                  <property name="test.skipped" value="${maven.test.skip}" />
+                  <property name="test.classpath" refid="maven.test.classpath" 
/>
                 </ant>
                 <ant 
antfile="src/test/resources/antunit/report-normal-operation.xml" 
inheritAll="false" inheritRefs="false">
-                  <property name="jar.name" 
location="${project.build.outputDirectory}"/>
-                  <property name="base.dir" location="${basedir}"/>
-                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar"/>
-                  <property name="test.skipped" value="${maven.test.skip}"/>
-                  <property name="test.classpath" 
refid="maven.test.classpath"/>
+                  <property name="jar.name" 
location="${project.build.outputDirectory}" />
+                  <property name="base.dir" location="${basedir}" />
+                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar" />
+                  <property name="test.skipped" value="${maven.test.skip}" />
+                  <property name="test.classpath" refid="maven.test.classpath" 
/>
                 </ant>
               </target>
             </configuration>
@@ -162,7 +162,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index fdc7e324..b1c50ea9 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-SNAPSHOT</version>
+    <version>0.16</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
@@ -149,7 +149,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/pom.xml b/pom.xml
index 1f673482..8b8334ba 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-SNAPSHOT</version>
+  <version>0.16</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>10</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1703723669</project.build.outputTimestamp>
     <ant.version>1.10.14</ant.version>
     <mockito.version>4.11.0</mockito.version>
     <javaVersion>1.8</javaVersion>
@@ -422,7 +422,7 @@ agnostic home for software distribution comprehension and 
audit tools.
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -444,7 +444,7 @@ agnostic home for software distribution comprehension and 
audit tools.
             </goals>
             <configuration>
               <target>
-                <copy file="RELEASE_NOTES.txt" 
todir="${project.build.directory}/site/" failonerror="false"/>
+                <copy file="RELEASE_NOTES.txt" 
todir="${project.build.directory}/site/" failonerror="false" />
               </target>
             </configuration>
           </execution>
@@ -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>HEAD</tag>
+    <tag>apache-rat-project-0.16</tag>
   </scm>
   <modules>
     <module>apache-rat-api</module>

Reply via email to