Skip to content

Commit

Permalink
Added sbt publishing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Chaplygin committed Oct 26, 2019
1 parent 5f49f12 commit 5bceeb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "org.akashihi.osm"
homepage := Some(url("https://github.com/akashihi/spark-osm-reader"))
scmInfo := Some(ScmInfo(url("https://github.com/akashihi/spark-osm-reader"), "[email protected]:akashihi/spark-osm-reader.git"))
homepage := Some(url("https://github.com/akashihi/spark-osm-datasource"))
scmInfo := Some(ScmInfo(url("https://github.com/akashihi/spark-osm-datasource"), "[email protected]:akashihi/spark-osm-datasource.git"))
developers := List(Developer("akashihi",
"Denis Chaplygin",
"[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

0 comments on commit 5bceeb3

Please sign in to comment.