You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/03/20 14:22:24 UTC

servicemix-specs git commit: [SM-3072] Use new plugin repository containing maven-japidiff-plugin

Repository: servicemix-specs
Updated Branches:
  refs/heads/master c0a92ff8d -> 2cece30e6


[SM-3072] Use new plugin repository containing maven-japidiff-plugin


Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/2cece30e
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/2cece30e
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/2cece30e

Branch: refs/heads/master
Commit: 2cece30e6b4ff49cf45e9121d4cf767745779687
Parents: c0a92ff
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Mon Mar 20 15:21:57 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Mar 20 15:21:57 2017 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/2cece30e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a1cefaf..0682d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,11 +119,11 @@
             <name>Apache ServiceMix Repository</name>
             <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
         </pluginRepository>
-        <!-- JApiDiff-->
+        <!-- japidiff repository -->
         <pluginRepository>
             <id>japidiff</id>
             <name>JApiDiff Repository</name>
-            <url>http://japidiff.googlecode.com/svn/m2-repo</url>
+            <url>https://repository.jboss.org/nexus/content/repositories/m2-japidiff</url>
         </pluginRepository>
     </pluginRepositories>