Skip to content

Commit

Permalink
Set version number for release 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Aug 14, 2017
1 parent 91998c2 commit ed297cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sbtPlugin := true

name := "sbt-imagej"
organization := "net.sf.ij-plugins"
version := "2.0.1-SNAPSHOT"
version := "2.0.1"
description := "SBT plugin that helps create runtime directory structure for ImageJ plugin development."
homepage := Some(url("http://github.com/jpsacha/sbt-imagej"))
organizationHomepage := Some(url("http://ij-plugins.sf.net"))
Expand Down
2 changes: 1 addition & 1 deletion example/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "sbt-imagej-example"
organization := "ij-plugins.sf.net"
version := "2.0.1-SNAPSHOT"
version := "2.0.1"

scalaVersion := "2.12.3"

Expand Down
2 changes: 1 addition & 1 deletion example/project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.1-SNAPSHOT")
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.1")
1 change: 1 addition & 0 deletions notes/2.0.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update code for compatibility with SBT 1.0.

0 comments on commit ed297cd

Please sign in to comment.