takari / polyglot-maven

Support alternative markup for Apache Maven POM files
Eclipse Public License 1.0
893 stars 101 forks source link

Bump maven-tools dependency #237

Closed deivid-rodriguez closed 3 years ago

deivid-rodriguez commented 3 years ago

Follow up to #236.

maven-tools 1.1.7 has been released to rubygems.org, so we can now depend on it.

In https://github.com/takari/polyglot-maven/pull/236#issuecomment-957937107 I proposed a more flexible approach than relying on an exact dependency, but I'm still a maven newbie, so I guess I'll stick to the current approach for now.

deivid-rodriguez commented 3 years ago

Awesome @jvanzyl, thank you? We could now use a release including these changes, if it's ok.

jvanzyl commented 3 years ago

@deivid-rodriguez Done. Release has been made and the artifacts are in Maven Central.

deivid-rodriguez commented 3 years ago

Thanks so much!