You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/10/19 17:06:45 UTC

svn commit: r1632938 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: hboutemy
Date: Sun Oct 19 15:06:45 2014
New Revision: 1632938

URL: http://svn.apache.org/r1632938
Log:
remove rat profile for release

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1632938&r1=1632937&r2=1632938&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun Oct 19 15:06:45 2014
@@ -117,7 +117,7 @@ under the License.
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
-            <releaseProfiles>apache-release,rat,run-its</releaseProfiles>
+            <releaseProfiles>apache-release,run-its</releaseProfiles>
           </configuration>
         </plugin>
         <plugin>