From f8588f3584a8d9231e5c29131638363e37f047ee Mon Sep 17 00:00:00 2001 From: Ryan Deak Date: Fri, 17 Nov 2017 16:45:32 -0700 Subject: [PATCH] removed SCM section from pom content because new sbt-git version pulled in from microsites plugin automatically adds it. Leaving it in breaks deploy. See https://github.com/sbt/sbt-git/pull/117 for details. --- build.sbt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 7b839037..2c01f21d 100644 --- a/build.sbt +++ b/build.sbt @@ -269,11 +269,6 @@ pomExtra in Global := ( repo - - git@github.com:eharmony/aloha.git - scm:git:git@github.com:eharmony/aloha.git - scm:git:git@github.com:eharmony/aloha.git - deaktator @@ -283,7 +278,7 @@ pomExtra in Global := ( creator developer - -7 + -8 )