Skip to content

Commit

Permalink
Setting version to 0.9.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Dec 1, 2017
1 parent 1ef8811 commit 8d698da
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/archive-modules/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")



2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/build-sbt/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/command-launcher/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/convention-full/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/duplicate-jars/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/exclude-jars/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/exclude-makefile/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/min-project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/multi-module/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")



2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/pack-resources/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


2 changes: 1 addition & 1 deletion src/sbt-test/sbt-pack/space in path/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.4-SNAPSHOT")


2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.9.3"
version in ThisBuild := "0.9.4-SNAPSHOT"

0 comments on commit 8d698da

Please sign in to comment.