Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
a2mz authored and om committed Jun 15, 2017
1 parent e8bf1bb commit 42120c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 112 deletions.
14 changes: 2 additions & 12 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,15 @@ lazy val publishSettings = Seq(
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:a2mz/microspark.git</url>
<connection>scm:git@github.com:a2mz/microspark.git</connection>
</scm>

<developers>
<developer>
<id>a2mz</id>
<name>Morozov Oleksandr</name>
<url>github.com/a2mz</url>
</developer>
</developers>
),
publishTo := {
val nexus = "https://oss.sonatype.org/"
if (version.value.toLowerCase.endsWith("snapshot"))
Some("snapshots" at nexus + "content/repositories/snapshots")
else
Some("staging" at nexus + "service/local/staging/deploy/maven2")
}
)
)
scalaVersion in ThisBuild := "2.12.1"

Expand Down
100 changes: 0 additions & 100 deletions src/main/scala/om/mrs/Runn.scala

This file was deleted.

0 comments on commit 42120c9

Please sign in to comment.