You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/05/27 22:54:59 UTC

svn commit: r1745824 - /maven/pom/trunk/maven/pom.xml

Author: michaelo
Date: Fri May 27 22:54:59 2016
New Revision: 1745824

URL: http://svn.apache.org/viewvc?rev=1745824&view=rev
Log:
[MPOM-126] Remove non-existing configuration from maven-release-plugin

Submitted-by: Stevo Slavi\u0107

This closes #2

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=1745824&r1=1745823&r2=1745824&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Fri May 27 22:54:59 2016
@@ -963,7 +963,6 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <useReleaseProfiles>true</useReleaseProfiles>
             <releaseProfiles>apache-release</releaseProfiles>
             <goals>deploy</goals>
             <arguments>${arguments}</arguments>