Skip to content

Commit

Permalink
prepared a 2.1.4 release for the forked mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Hofer committed Dec 22, 2013
1 parent d9124cf commit feb2c1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "jacoco4sbt"

organization := "de.johoop"

version := "2.1.4-SNAPSHOT"
version := "2.1.4"

resolvers += "Sonatype Release" at "https://oss.sonatype.org/content/repositories/releases"

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/jacocoTest/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4-SNAPSHOT")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4")
2 changes: 1 addition & 1 deletion src/test/resources/jacocoTestForked/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4-SNAPSHOT")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4")
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/release
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")

addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4-SNAPSHOT")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4")

0 comments on commit feb2c1f

Please sign in to comment.