OpenLiberty / guide-maven-intro

An introductory guide on how to build applications using Maven on Open Liberty: https://openliberty.io/guides/maven-intro.html
Other
20 stars 34 forks source link

Bump liberty-maven-plugin from 3.1 to 3.2 in /finish #87

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps liberty-maven-plugin from 3.1 to 3.2.

Release notes

Sourced from liberty-maven-plugin's releases.

Liberty Maven Plug-in 3.2

Version 3.2 of the Liberty Maven Plugin is a minor release with the following changes:

  • Various improvements and bug fixes for Liberty dev mode
  • Fixed bug with picking up runtime not being reinstalled if configuration changes
  • Added new copyLibsDirectory parameter to the deploy goal to allow for copying of loose application dependencies into a target directory of choice
  • Fixed bug with dependency resolution and collection in run goal, changed scope to COMPILE_PLUS_RUNTIME
  • Added functionality for undeploy goal to undeploy from apps directory in addition to dropins

See the commit log for the full set of the changes.

The Liberty Maven Plugin 3.2 release is available on the Maven Central repository.

Commits
  • 0e532cd [maven-release-plugin] prepare release liberty-maven-3.2
  • f0df712 Upgrade to 1.8.3 release for ci.common
  • 658bfe0 Merge pull request #722 from cherylking/fixRunGoal
  • b2e7186 Merge branch 'master' of github.com:OpenLiberty/ci.maven into fixRunGoal
  • 9d99742 Fixing typo in test pom.xml (#725)
  • fd975f2 address review comments
  • e159846 Merge pull request #719 from chyt/master
  • be8927d Merge pull request #721 from TrevCraw/688-improve-err-msg
  • d0e0ba3 fix run goal
  • b416120 Undeploy from apps directory (#716)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
gkwan-ibm commented 4 years ago

dup of #88

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.