Skip to content

Commit

Permalink
0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Nov 18, 2014
1 parent 8ad3c5b commit b77f540
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
### Release Notes
- November 18th, 2014 - 0.6.4 release
- Add packInstall command
- November 12th, 2014 - 0.6.3 release
- Enable packing resources having any classifiers
- August 13th, 2014 - 0.6.2 release
Expand Down
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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")



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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")


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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")


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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")


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


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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")


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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")


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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")



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.6.4-SNAPSHOT")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.4")


2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version in ThisBuild := "0.6.4-SNAPSHOT"
version in ThisBuild := "0.6.4"



Expand Down

0 comments on commit b77f540

Please sign in to comment.