You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2015/02/21 04:03:22 UTC

juddi git commit: INFRA-8593 adding an explicit reference to maven central

Repository: juddi
Updated Branches:
  refs/heads/master fa5c54f01 -> d648a81c7


INFRA-8593 adding an explicit reference to maven central


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/d648a81c
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/d648a81c
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/d648a81c

Branch: refs/heads/master
Commit: d648a81c793a93cd24357baff3025a55c2f2f3e0
Parents: fa5c54f
Author: Alex <al...@apache.org>
Authored: Fri Feb 20 22:03:16 2015 -0500
Committer: Alex <al...@apache.org>
Committed: Fri Feb 20 22:03:16 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/juddi/blob/d648a81c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aca35ac..efda0d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,6 +352,14 @@ under the License.
             <url>http://repository.jboss.org/nexus/content/groups/public</url>
             <layout>default</layout>
         </repository>
+
+         <repository>
+            <id>central</id>
+            <name>Maven Central Repository</name>
+            <url>http://central.maven.org/maven2</url>
+            <layout>default</layout>
+        </repository>
+
     </repositories>
     <pluginRepositories>
         <pluginRepository>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org