Author: snicoll
Date: Fri Oct 16 01:16:19 2009
New Revision: 825724

URL: http://svn.apache.org/viewvc?rev=825724&view=rev
Log:
[maven-release-plugin] prepare release maven-ear-plugin-2.4

Modified:
    maven/plugins/trunk/maven-ear-plugin/pom.xml

Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=825724&r1=825723&r2=825724&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Fri Oct 16 01:16:19 2009
@@ -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>


Reply via email to