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/09/19 06:41:33 UTC

[creadur-rat] branch master updated: LHF: reformat pom

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 08b0cfcb LHF: reformat pom
08b0cfcb is described below

commit 08b0cfcb51e23643dcbd409b0209257cd8309f98
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Sep 19 08:41:28 2022 +0200

    LHF: reformat pom
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6245d966..041db9a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,7 @@ agnostic home for software distribution comprehension and audit tools.
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -398,7 +398,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>
@@ -697,11 +697,11 @@ agnostic home for software distribution comprehension and audit tools.
       </build>
     </profile>
   </profiles>
-    <!-- in order to test new releases this reference can be activated locally-->
-    <pluginRepositories>
-      <pluginRepository>
-        <id>staged-releases-rat-015</id>
-        <url>https://repository.apache.org/content/repositories/orgapachecreadur-1008/</url>
-      </pluginRepository>
-    </pluginRepositories>
+  <!-- in order to test new releases this reference can be activated locally-->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>staged-releases-rat-015</id>
+      <url>https://repository.apache.org/content/repositories/orgapachecreadur-1008/</url>
+    </pluginRepository>
+  </pluginRepositories>
 </project>