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

commit f23e54dc58ec5818797ec1bb195a8ed2b20f32a4
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Mar 12 00:25:45 2026 +0100

    [maven-release-plugin] prepare release apache-rat-project-0.18
---
 apache-rat-core/pom.xml     |  2 +-
 apache-rat-plugin/pom.xml   |  6 +++---
 apache-rat-tasks/pom.xml    | 26 +++++++++++++-------------
 apache-rat-testdata/pom.xml |  2 +-
 apache-rat-tools/pom.xml    |  2 +-
 apache-rat/pom.xml          |  4 ++--
 pom.xml                     | 10 +++++-----
 7 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index ae9cd043..eb4acab2 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.18-SNAPSHOT</version>
+    <version>0.18</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 fa599ea7..cd967093 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.18-SNAPSHOT</version>
+    <version>0.18</version>
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>
@@ -122,7 +122,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
                 <pluginExecution>
@@ -135,7 +135,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index b0451503..3b5fcf03 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.18-SNAPSHOT</version>
+    <version>0.18</version>
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
@@ -198,18 +198,18 @@
               <skip>${skipTests}</skip>
               <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="${skipTests}"/>
-                  <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="${skipTests}" />
+                  <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>
@@ -291,7 +291,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
                 <pluginExecution>
@@ -304,7 +304,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/apache-rat-testdata/pom.xml b/apache-rat-testdata/pom.xml
index 1be67fc5..0d12f651 100644
--- a/apache-rat-testdata/pom.xml
+++ b/apache-rat-testdata/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.18-SNAPSHOT</version>
+    <version>0.18</version>
   </parent>
   <artifactId>apache-rat-testdata</artifactId>
   <name>Apache Creadur RAT::Testdata</name>
diff --git a/apache-rat-tools/pom.xml b/apache-rat-tools/pom.xml
index 5d440b46..afb064e2 100644
--- a/apache-rat-tools/pom.xml
+++ b/apache-rat-tools/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.18-SNAPSHOT</version>
+    <version>0.18</version>
   </parent>
   <artifactId>apache-rat-tools</artifactId>
   <packaging>jar</packaging>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index ee662434..bb040390 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.18-SNAPSHOT</version>
+    <version>0.18</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
@@ -369,7 +369,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/pom.xml b/pom.xml
index a7452176..78c1da52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
-  <version>0.18-SNAPSHOT</version>
+  <version>0.18</version>
   <packaging>pom</packaging>
   <name>Apache Creadur RAT</name>
   <url>https://creadur.apache.org/rat/</url>
@@ -699,7 +699,7 @@ agnostic home for software distribution comprehension and 
audit tools.
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -786,7 +786,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>
@@ -805,7 +805,7 @@ agnostic home for software distribution comprehension and 
audit tools.
             <configuration>
               <skip>true</skip>
               <rules>
-                <NoPackageCyclesRule 
implementation="org.apache.axiom.buildutils.enforcer.NoPackageCyclesEnforcerRule"/>
+                <NoPackageCyclesRule 
implementation="org.apache.axiom.buildutils.enforcer.NoPackageCyclesEnforcerRule"
 />
               </rules>
             </configuration>
           </execution>
@@ -1040,7 +1040,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.18</tag>
   </scm>
   <modules>
     <module>apache-rat-core</module>

Reply via email to