Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes 517ac3df0 -> b75009f2b
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/b75009f2 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/b75009f2 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/b75009f2 Branch: refs/heads/1.2.x-fixes Commit: b75009f2bb0e3bf58c836ca486ddc497b38882fe Parents: 517ac3d 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:48 2016 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b75009f2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a932ef6..1a63946 100644 --- a/pom.xml +++ b/pom.xml @@ -157,13 +157,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>
