Apply changes to pom from dryRun release plugin run


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1843200 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e66b0f8..029c86d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,7 +400,7 @@
         						</goals>
         					</pluginExecutionFilter>
         					<action>
-        						<ignore></ignore>
+        						<ignore />
         					</action>
         				</pluginExecution>
         			</pluginExecutions>
@@ -422,7 +422,7 @@
             </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>