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

commit 86546fd2619401eb92a419488652368eceb878a0
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Oct 12 17:16:05 2025 +0200

    [maven-release-plugin] prepare release apache-rat-project-0.17
---
 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 2c682860..538ff073 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.17-SNAPSHOT</version>
+    <version>0.17</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 9cd8c275..7543d4ce 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.17-SNAPSHOT</version>
+    <version>0.17</version>
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>
@@ -123,7 +123,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
                 <pluginExecution>
@@ -136,7 +136,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 74be6e27..584fe77e 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.17-SNAPSHOT</version>
+    <version>0.17</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 62572754..c97d6520 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.17-SNAPSHOT</version>
+    <version>0.17</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 45fb24c9..9da979d3 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.17-SNAPSHOT</version>
+    <version>0.17</version>
   </parent>
   <artifactId>apache-rat-tools</artifactId>
   <packaging>jar</packaging>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index ccaa607d..d69176a1 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.17-SNAPSHOT</version>
+    <version>0.17</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 107cb18b..8ebb1a5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
-  <version>0.17-SNAPSHOT</version>
+  <version>0.17</version>
   <packaging>pom</packaging>
   <name>Apache Creadur RAT</name>
   <url>https://creadur.apache.org/rat/</url>
@@ -652,7 +652,7 @@ agnostic home for software distribution comprehension and 
audit tools.
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -715,7 +715,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>
@@ -734,7 +734,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>
@@ -929,7 +929,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.17</tag>
   </scm>
   <modules>
     <module>apache-rat-core</module>

Reply via email to