From 83af3b5c41c349719a943a7200a22779810faa20 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 19 Nov 2014 16:38:27 -0500 Subject: [PATCH] notes --- Migration.md | 5 +++-- notes/0.12.0.markdown | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Migration.md b/Migration.md index 21889ae2..76b9b31e 100644 --- a/Migration.md +++ b/Migration.md @@ -1,4 +1,5 @@ [pbp]: http://www.scala-sbt.org/0.13/docs/Plugins-Best-Practices.html + [1]: https://github.com/sbt/sbt-assembly/blob/0.12.0/src/main/scala/sbtassembly/AssemblyKeys.scala Upgrading from 0.11.x to 0.12.0 ------------------------------- @@ -7,10 +8,10 @@ Upgrading from 0.11.x to 0.12.0 Auto plugins are available only for sbt 0.13.5 and above. -### Key name has changed +### Some key names have changed In accordance to revised [plugin best practice][pbp] guide, all keys introduced by sbt-assembly are now prefixed with "assembly" or "assemble." -So, for example `jarName` becomes `assemblyJarName`, and `mergeStrategy` becomes `assemblyMergeStrategy`. For easier migration, the older key names are deprecated but still kept in the plugin for 0.12.0. +So, for example `jarName` becomes `assemblyJarName`, and `mergeStrategy` becomes `assemblyMergeStrategy`. For easier migration, the older key names are deprecated but still kept in the plugin for 0.12.0. See [AssemblyKeys.scala][1] ### Upgrading with multi-project build.sbt diff --git a/notes/0.12.0.markdown b/notes/0.12.0.markdown index 0a45d5bb..cfb87380 100644 --- a/notes/0.12.0.markdown +++ b/notes/0.12.0.markdown @@ -5,7 +5,7 @@ ### auto plugin -Starting sbt-assembly 0.12.0, it becomes an auto plugin that requires sbt 0.13.5 or above. +sbt-assembly 0.12.0 became an auto plugin that requires sbt 0.13.5+. See [migration guide](https://github.com/sbt/sbt-assembly/blob/master/Migration.md) for details. ### enhancements and bug fixes