Repository: cxf-fediz Updated Branches: refs/heads/master 3644ad718 -> ef7d68995
Fixing previous merge Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/ef7d6899 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/ef7d6899 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/ef7d6899 Branch: refs/heads/master Commit: ef7d6899559608d2ffa8f0b4155b2a1505ceca1f Parents: 3644ad7 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Feb 9 11:21:21 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Feb 9 11:21:21 2016 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/ef7d6899/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 317d904..627e471 100644 --- a/pom.xml +++ b/pom.xml @@ -158,13 +158,13 @@ <enabled>false</enabled> </releases> </pluginRepository> - <repository> + <pluginRepository> <id>central</id> <url>https://repo1.maven.org/maven2</url> <releases> <enabled>true</enabled> </releases> - </repository> + </pluginRepository> <pluginRepository> <id>Liberty</id> <name>Liberty Repository</name>
