Skip to content

Commit

Permalink
Set release version 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 25, 2014
1 parent e2baddd commit dad7cd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Usage
Add `sbt-imagej` as a dependency in `project/imagej.sbt`:

```scala
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.0-SNAPSHOT")
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.0")
```

To use `sbt-imagej` you need to enable it in your project configuration,
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sbtPlugin := true

name := "sbt-imagej"
organization := "net.sf.ij-plugins"
version := "2.0.0-SNAPSHOT"
version := "2.0.0"
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.0-SNAPSHOT"
version := "2.0.0"

scalaVersion := "2.11.4"

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.0-SNAPSHOT")
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.0")

0 comments on commit dad7cd7

Please sign in to comment.