You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/02/01 22:38:41 UTC

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

Author: dennisl
Date: Wed Feb  1 21:38:40 2012
New Revision: 1239333

URL: http://svn.apache.org/viewvc?rev=1239333&view=rev
Log:
[MEAR-145] Add Maven version used to Created-By entry in manifest

- Use released version of maven-archiver

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=1239333&r1=1239332&r2=1239333&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Wed Feb  1 21:38:40 2012
@@ -53,7 +53,7 @@ under the License.
   </issueManagement>
 
   <properties>
-    <mavenArchiverVersion>2.5-SNAPSHOT</mavenArchiverVersion>
+    <mavenArchiverVersion>2.5</mavenArchiverVersion>
     <mavenFilteringVersion>1.0-beta-2</mavenFilteringVersion>
     <mavenVersion>2.0.6</mavenVersion>
   </properties>