releng: removed custom config for maven-release-plugin
diff --git a/pom.xml b/pom.xml
index fcfc754..7634e16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,13 +268,6 @@
                     </systemPropertyVariables>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <releaseProfiles>release</releaseProfiles>
-                </configuration>
-            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>