Repository: gora Updated Branches: refs/heads/master 5ea258417 -> e099e22df
Remove distribution management configuration Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/e099e22d Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/e099e22d Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/e099e22d Branch: refs/heads/master Commit: e099e22df6fcdf9f58426791ff543ef7b981d287 Parents: 5ea2584 Author: Lewis John McGibbney <[email protected]> Authored: Mon Sep 15 15:18:21 2014 -0400 Committer: Lewis John McGibbney <[email protected]> Committed: Mon Sep 15 15:18:21 2014 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/e099e22d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 68fe76c..14df95c 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ <url>https://builds.apache.org/job/Gora-trunk/</url> </ciManagement> - <distributionManagement> + <!--distributionManagement> <repository> <id>apache.releases.https</id> <name>Apache Release Distribution Repository</name> @@ -290,7 +290,7 @@ <enabled>false</enabled> </releases> </repository> - </repositories> + </repositories--> <build> <defaultGoal>install</defaultGoal>
