[MPOM-126] Remove non-existing configuration from maven-release-plugin

Submitted-by: Stevo Slavić

This closes #2

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1745824 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven/pom.xml b/maven/pom.xml
index 7443eb3..1ff7ef7 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -963,7 +963,6 @@
           <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>