Author: brianf
Date: Thu Feb 10 17:55:49 2011
New Revision: 1069499

URL: http://svn.apache.org/viewvc?rev=1069499&view=rev
Log:
revert r1065772 see MPOM-1 for updated information

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

Modified: maven/pom/trunk/asf/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1069499&r1=1069498&r2=1069499&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu Feb 10 17:55:49 2011
@@ -194,7 +194,8 @@ under the License.
           <version>2.1</version>
           <configuration>
             <useReleaseProfile>false</useReleaseProfile>
-            <goals>deploy</goals>            
+            <goals>deploy</goals>
+            <arguments>-Papache-release</arguments>
           </configuration>
         </plugin>
         <!-- END SNIPPET: release-plugin-configuration -->

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1069499&r1=1069498&r2=1069499&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Feb 10 17:55:49 2011
@@ -603,20 +603,6 @@ under the License.
       <url>scp://people.apache.org/www/maven.apache.org</url>
     </site>
   </distributionManagement>
-  
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <arguments>-Papache-release</arguments>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 
   <reporting>
     <plugins>


Reply via email to