Revert "Modified POM to add apache <repository>"

This reverts commit 7aa4182b4afab67c9c617174aec4b1bb03ccd5a9.
diff --git a/pom.xml b/pom.xml
index 831c5ff..81c428a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,17 +75,7 @@
 				<updatePolicy>always</updatePolicy>
 			</snapshots>
 		</repository>
-		<repository>
-			<id>apache-repo</id>
-			<name>Apache Repository</name>
-			<url>https://repository.apache.org/content/repositories/releases</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
+
 	</repositories>
 
 	<properties>
@@ -530,7 +520,7 @@
 					<version>2.5.1</version>
 					<configuration>
 						<useReleaseProfile>true</useReleaseProfile>
-						<releaseProfiles>signed_release</releaseProfiles>
+						<releaseProfiles>apache-release</releaseProfiles>
 						<autoVersionSubmodules>true</autoVersionSubmodules>
 						<goals>deploy</goals>
 						<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>