Author: jdcasey
Date: Mon Aug 17 19:36:23 2009
New Revision: 805112

URL: http://svn.apache.org/viewvc?rev=805112&view=rev
Log:
moving plugin version to pluginManagement section, outside of the profile for 
consistency and to allow overrides properly.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=805112&r1=805111&r2=805112&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon Aug 17 19:36:23 2009
@@ -533,6 +533,17 @@
       <url>scp://people.apache.org/www/maven.apache.org</url>
     </site>
   </distributionManagement>
+  
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2-beta-4</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
   <profiles>
     <profile>
@@ -541,7 +552,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.2-beta-4</version>
             <dependencies>
               <dependency>
                 <groupId>org.apache</groupId>


Reply via email to