Removed the <distributionManagement> and <repositories> entries - closes apache/incubator-pirk#79
diff --git a/pom.xml b/pom.xml
index 4a9da18..0229c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 	</parent>
 
 	<groupId>org.apache.pirk</groupId>
-	<artifactId>apache-pirk</artifactId>
+	<artifactId>pirk</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
@@ -72,37 +72,6 @@
 		<url>https://issues.apache.org/jira/browse/PIRK</url>
 	</issueManagement>
 
-	<repositories>
-		<repository>
-			<id>mvn-public</id>
-			<url>http://mvnrepository.com/artifact</url>
-			<snapshots>
-				<updatePolicy>always</updatePolicy>
-			</snapshots>
-		</repository>
-		<repository>
-			<id>repository.apache.org</id>
-			<name>Apache Repository</name>
-			<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-	</repositories>
-
-	<distributionManagement>
-		<repository>
-			<id>repository.apache.org</id>
-			<name>Apache Repository</name>
-			<layout>default</layout>
-			<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
-			<uniqueVersion>false</uniqueVersion>
-		</repository>
-	</distributionManagement>
-
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<maven.compiler.source>1.8</maven.compiler.source>