Skip to content

Commit dad7cd7

Browse files
committed
Set release version 2.0.0.
1 parent e2baddd commit dad7cd7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Usage
2323
Add `sbt-imagej` as a dependency in `project/imagej.sbt`:
2424

2525
```scala
26-
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.0-SNAPSHOT")
26+
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.0")
2727
```
2828

2929
To use `sbt-imagej` you need to enable it in your project configuration,

build.sbt

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

33
name := "sbt-imagej"
44
organization := "net.sf.ij-plugins"
5-
version := "2.0.0-SNAPSHOT"
5+
version := "2.0.0"
66
description := "SBT plugin that helps create runtime directory structure for ImageJ plugin development."
77
homepage := Some(url("http://github.com/jpsacha/sbt-imagej"))
88
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.0-SNAPSHOT"
3+
version := "2.0.0"
44

55
scalaVersion := "2.11.4"
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.0-SNAPSHOT")
3+
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.0.0")

0 commit comments

Comments
 (0)