-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from Kevin-Lee/prepare-to-release
maven2sbt v1.1.0
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## [1.1.0](https://github.com/Kevin-Lee/maven2sbt/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone6) - 2020-12-29 | ||
|
||
### Done | ||
* Add props name param (`--props-name`) (#167) | ||
|
||
### Fixed | ||
* Fix - possible reserved sbt words used as property names (e.g. `scalaVersion`, `version`, etc.) (#147) | ||
* Fixed missing id and name handling for a repository (#148) | ||
* Fix - Handle properties in properties, dependencies and repositories properly (#149) | ||
* `ExclusionRule` is set with the incorrect named parameter (#158) | ||
* String interpolation is broken (#168) | ||
* Some `String` values are not rendered with props properly (#170) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters