Skip to content

Commit ed297cd

Browse files
committed
Set version number for release 2.0.1.
1 parent 91998c2 commit ed297cd

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sbtPlugin := true
33

44
name := "sbt-imagej"
55
organization := "net.sf.ij-plugins"
6-
version := "2.0.1-SNAPSHOT"
6+
version := "2.0.1"
77
description := "SBT plugin that helps create runtime directory structure for ImageJ plugin development."
88
homepage := Some(url("http://github.com/jpsacha/sbt-imagej"))
99
organizationHomepage := Some(url("http://ij-plugins.sf.net"))

example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "sbt-imagej-example"
22
organization := "ij-plugins.sf.net"
3-
version := "2.0.1-SNAPSHOT"
3+
version := "2.0.1"
44

55
scalaVersion := "2.12.3"
66

example/project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
22

3-
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.1-SNAPSHOT")
3+
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.1")

notes/2.0.1.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Update code for compatibility with SBT 1.0.

0 commit comments

Comments
 (0)