From 193109a96595268d654ab02420ef247d41f713da Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 31 Oct 2014 06:05:16 -0400 Subject: [PATCH] Updated the developer connection string to include the correct port int he maven build poms. Issue: DANN-17 Change-Id: I072c5596bc5c5dedba9bd44de0d09681184fd752 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92e629c..2f8689e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <scm> <connection>scm:git:http://gerrit.syncleus.com/dANN-examples</connection> - <developerConnection>scm:git:ssh://gerrit.syncleus.com/dANN-examples</developerConnection> + <developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/dANN-examples</developerConnection> </scm> <ciManagement> -- GitLab