[maven-release-plugin] prepare release maven-ear-plugin-2.4

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@825729 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bf5c2f0..7fc6022 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.4</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven EAR Plugin</name>
@@ -40,11 +40,11 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin/</connection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-ear-plugin-2.4</connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin/
+      scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-ear-plugin-2.4
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/</url>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-ear-plugin-2.4</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -127,10 +127,10 @@
                 </goals>
                 <configuration>
                   <tasks>
-                    <copy overwrite='true' todir='${project.build.testOutputDirectory}/projects'>
-                      <fileset dir='src/test/resources/projects' includes='**/pom.xml'/>
+                    <copy overwrite="true" todir="${project.build.testOutputDirectory}/projects">
+                      <fileset dir="src/test/resources/projects" includes="**/pom.xml" />
                       <filterset>
-                        <filter token='project.version' value='${project.version}'/>
+                        <filter token="project.version" value="${project.version}" />
                       </filterset>
                     </copy>
                   </tasks>
@@ -180,7 +180,7 @@
                   <includes>
                     <include>**/*IT.java</include>
                   </includes>
-                  <systemProperties combine.children='append'>
+                  <systemProperties combine.children="append">
                     <property>
                       <name>maven.home</name>
                       <value>${maven.home}</value>