You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sn...@apache.org on 2011/01/25 18:29:18 UTC

svn commit: r1063368 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

Author: snicoll
Date: Tue Jan 25 17:29:18 2011
New Revision: 1063368

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

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=1063368&r1=1063367&r2=1063368&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Tue Jan 25 17:29:18 2011
@@ -19,8 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<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">
+<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>
@@ -30,7 +29,7 @@ under the License.
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>2.5-SNAPSHOT</version>
+  <version>2.5</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven EAR Plugin</name>
@@ -41,11 +40,11 @@ under the License.
   </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.5</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.5
     </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.5</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -150,9 +149,9 @@ under the License.
                 <configuration>
                   <tasks>
                     <copy overwrite="true" todir="${project.build.testOutputDirectory}/projects">
-                      <fileset dir="src/test/resources/projects" includes="**/pom.xml"/>
+                      <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>