You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/02/09 12:18:13 UTC

cxf-fediz git commit: Adding Maven central for plugins repo

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 29bcd0018 -> 3644ad718


Adding Maven central for plugins repo


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/3644ad71
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/3644ad71
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/3644ad71

Branch: refs/heads/master
Commit: 3644ad718d08abeb83cbecef484d2f3b3f2fb432
Parents: 29bcd00
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Feb 9 11:17:59 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Feb 9 11:17:59 2016 +0000

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/3644ad71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3daeb4b..317d904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,13 @@
                 <enabled>false</enabled>
             </releases>
         </pluginRepository>
+        <repository>
+            <id>central</id>
+            <url>https://repo1.maven.org/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
         <pluginRepository>
             <id>Liberty</id>
             <name>Liberty Repository</name>