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ć 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>