From 5140b06f78802f3090fe3fe4dc97de0b54841195 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 1 Jul 2012 18:11:23 +0200 Subject: [PATCH] added dependency to javahg --- scm-plugins/scm-hg-plugin/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index b8e1bc2bef..fb7bd6f299 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -24,6 +24,12 @@ ${servlet.version} provided + + + com.aragost.javahg + javahg + 0.4-SNAPSHOT + @@ -43,6 +49,19 @@ scm-manager release repository http://maven.scm-manager.org/nexus/content/groups/public + + + + false + + + true + + sonatype-ossrh + Sonatype Open Source Software Repository Hosting + default + https://oss.sonatype.org/content/repositories/snapshots/ +