Skip to content

Commit b636dc1

Browse files
committed
prepare for 0.9.4
1 parent 6d8cab2 commit b636dc1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In order to add sbt-osgi as a plugin, just add the below setting to the relevant
2121
```
2222
// Other stuff
2323
24-
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3")
24+
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
2525
```
2626

2727
If you want to use the latest and greatest features, you can instead have sbt depend on and locally build the current source snapshot by adding the following to your plugin definition file.

RELEASING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Releasing sbt-osgi
2+
==================
3+
4+
1. Grep replace all current versions in `version.sbt` (and `README.md`) to the new version
5+
1. Tag a new version (e.g. `git tag v9.x.x`)
6+
1. Perform the release `sbt release`

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version in ThisBuild := "0.9.3"
1+
version in ThisBuild := "0.9.4"
22

0 commit comments

Comments
 (0)