Skip to content

Commit

Permalink
#58 New TheHive-Project repository
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 2, 2018
1 parent 1bc7c21 commit d3d985f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name := "elastic4play"

organization := "org.cert-bdf"
organization := "org.thehive-project"

organizationName := "CERT-BDF"
organizationName := "TheHive-Project"

organizationHomepage := Some(url("https://thehive-project.org/"))

Expand Down Expand Up @@ -30,9 +30,9 @@ libraryDependencies ++= Seq(

PlayKeys.externalizeResources := false

bintrayOrganization := Some("cert-bdf")
bintrayOrganization := Some("thehive-project")

bintrayRepository := "elastic4play"
bintrayRepository := "maven"

publishMavenStyle := true

Expand Down

0 comments on commit d3d985f

Please sign in to comment.