Author: bimargulies
Date: Sat Oct 27 21:23:30 2012
New Revision: 1402878

URL: http://svn.apache.org/viewvc?rev=1402878&view=rev
Log:
MPOM-38: Enable RAT to help us get maven releases to be license-header 
compliant 
o fix typo.
--This line, and those below, will be 
ignored--


M    maven/pom.xml

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=1402878&r1=1402877&r2=1402878&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Oct 27 21:23:30 2012
@@ -811,7 +811,7 @@ under the License.
           <artifactId>maven-release-plugin</artifactId>
           <version>2.3.2</version>
           <configuration>
-            <useReleaseProfile>true</useReleaseProfile>
+            <useReleaseProfiles>true</useReleaseProfiles>
             <releaseProfiles>apache-release,rat</releaseProfiles>
             <goals>deploy</goals>
             <arguments>${arguments}</arguments>


Reply via email to