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 2018/10/08 20:21:42 UTC

svn commit: r1843200 - /creadur/rat/trunk/pom.xml

Author: pottlinger
Date: Mon Oct  8 20:21:42 2018
New Revision: 1843200

URL: http://svn.apache.org/viewvc?rev=1843200&view=rev
Log:
Apply changes to pom from dryRun release plugin run

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1843200&r1=1843199&r2=1843200&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Mon Oct  8 20:21:42 2018
@@ -400,7 +400,7 @@ agnostic home for software distribution
         						</goals>
         					</pluginExecutionFilter>
         					<action>
-        						<ignore></ignore>
+        						<ignore />
         					</action>
         				</pluginExecution>
         			</pluginExecutions>
@@ -422,7 +422,7 @@ agnostic home for software distribution
             </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>