Skip to content

Commit

Permalink
Fix wrong publish repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasering committed May 25, 2020
1 parent 02aa5d0 commit 8e43a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -113,7 +113,7 @@ envVars in ghpagesPushSite := Map("SBT_GHPAGES_COMMIT_MESSAGE" -> s"Add Scaladoc
// ======================================================================================================================
// ==== Publishing/Release ==============================================================================================
// ======================================================================================================================
publishTo := Some("FenixEdu Artifactory" at "https://repo.fenixedu.org/fenixedu-maven-repository/")
publishTo := Some("FenixEdu Artifactory" at "https://repo.fenixedu.org/fenixedu-releases/")
licenses += "MIT" -> url("http://opensource.org/licenses/MIT")
homepage := Some(url(s"https://github.com/FenixEdu/${name.value}"))
scmInfo := Some(ScmInfo(homepage.value.get, git.remoteRepo.value))
Expand Down

0 comments on commit 8e43a4c

Please sign in to comment.