From 3292f1907b24084ef6a17f2a1dc75dee5a26fe56 Mon Sep 17 00:00:00 2001 From: Jendrik Poloczek Date: Sat, 17 Aug 2019 00:18:43 +0100 Subject: [PATCH] removing useless scm POM tag --- build.sbt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 4b48b54..6b3f12c 100644 --- a/build.sbt +++ b/build.sbt @@ -55,10 +55,6 @@ pomExtra := repo - - git@github.com:jpzk/mockedstreams.git - scm:git:git@github.com:jpzk/mockedstreams.git - jpzk @@ -71,6 +67,8 @@ pomExtra := micrositeName := "Mocked Streams" micrositeDescription := "Unit-Testing Topologies in Kafka Streams" micrositeUrl := "http://mockedstreams.madewithtea.com" +micrositeGithubOwner := "jpzk" +micrositeGithubRepo := "mockedstreams" micrositeAuthor := "Jendrik Poloczek" micrositeTwitter := "@madewithtea" micrositeTwitterCreator := "@madewithtea"