Uses proper release profile
diff --git a/pom.xml b/pom.xml
index ab12fa7..fe42920 100755
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@
             <plugin>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <releaseProfiles>release</releaseProfiles>
+                    <releaseProfiles>apache-release</releaseProfiles>
                     <goals>deploy</goals>
                 </configuration>
             </plugin>