Corrected the Staging Repository URL
Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/13cd2378 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/13cd2378 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/13cd2378 Branch: refs/heads/master Commit: 13cd2378cad8f67a24c6ed5696137f4450f8d659 Parents: d5ced4b Author: smarthi <[email protected]> Authored: Sat Aug 13 01:13:21 2016 -0400 Committer: smarthi <[email protected]> Committed: Sat Aug 13 01:13:21 2016 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/13cd2378/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b70943e..d4d8e05 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ <groupId>org.apache.pirk</groupId> <artifactId>apache-pirk</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Pirk (incubating) Project</name> @@ -78,7 +78,7 @@ <repository> <id>repository.apache.org</id> <name>Apache Repository</name> - <url>https://repository.apache.org/content/repositories/releases</url> + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> <releases> <enabled>true</enabled> </releases> @@ -93,7 +93,7 @@ <id>repository.apache.org</id> <name>Apache Repository</name> <layout>default</layout> - <url>https://repository.apache.org/content/repositories/releases</url> + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> <uniqueVersion>false</uniqueVersion> </repository> </distributionManagement>
