Repository: incubator-pirk Updated Branches: refs/heads/master b0f81594f -> 07e013957
Removed the <distributionManagement> and <repositories> entries - closes apache/incubator-pirk#79 Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/07e01395 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/07e01395 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/07e01395 Branch: refs/heads/master Commit: 07e0139570c2cff4e52d529434535b1f5d57fcc1 Parents: b0f8159 Author: smarthi <[email protected]> Authored: Thu Aug 25 11:47:07 2016 -0400 Committer: eawilliams <[email protected]> Committed: Thu Aug 25 11:47:07 2016 -0400 ---------------------------------------------------------------------- pom.xml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/07e01395/pom.xml ---------------------------------------------------------------------- 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>
