Skip to content

Commit 9cd24f5

Browse files
committed
separate version.sbt
add sbt-release plugin
1 parent 392bc30 commit 9cd24f5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

β€Žbuild.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name := "scala-xml-diff"
22
organization := "com.github.andyglow"
33

4-
version := "2.0.4-SNAPSHOT"
54
scalaVersion := "2.11.12"
65
crossScalaVersions := Seq("2.11.12", "2.12.4")
76

@@ -18,7 +17,6 @@ scalacOptions in (Compile, doc) ++= Opts.doc.version(version.value)
1817
publishMavenStyle := true
1918
publishArtifact in Test := false
2019
pomIncludeRepository := { _ => false }
21-
bintrayReleaseOnPublish in ThisBuild := false
2220
licenses += ("GPL-3.0", url("https://www.gnu.org/licenses/gpl-3.0.html"))
2321
licenses += ("LGPL-3.0", url("https://www.gnu.org/licenses/lgpl-3.0.html"))
2422
bintrayPackageLabels := Seq("scala", "tools", "xml", "diff")

β€Žproject/plugins.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ logLevel := Level.Warn
33
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")
44

55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
6+
67
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")
8+
9+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")

β€Žversion.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version := "2.0.3-SNAPSHOT"

0 commit comments

Comments
 (0)