Removed apache-release profile cause it is handled 
by the parent.


git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1752084 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-invoker/pom.xml b/maven-invoker/pom.xml
index acd770b..05bc438 100644
--- a/maven-invoker/pom.xml
+++ b/maven-invoker/pom.xml
@@ -145,37 +145,5 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>source-release-assembly</id>
-                <configuration>
-                  <skipAssembly>true</skipAssembly>
-                </configuration>
-              </execution>
-              <execution>
-                <id>source-release-assembly-fixed</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <descriptors>
-                    <descriptor>src/main/assembly/source-release.xml</descriptor>
-                  </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 </project>