gooddata / gooddata-java

GoodData Java SDK
Other
19 stars 62 forks source link

Bump gooddata-parent from 2.0.3 to 3.1.0 #1133

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps gooddata-parent from 2.0.3 to 3.1.0.

Release notes

Sourced from gooddata-parent's releases.

3.1.0

  • Explicitly configure maven-gpg-plugin to use loopback for pinentry-mode

3.0.0

  • Simplify license headers.
    • No need to update year on change.
  • Include only files under src/ for license check.
    • Maven should not check files which are not part of the build check of child modules is ensured using multimodule build (we don't use aggregate setting in license plugin).
  • Add Kotlin source files to license header includes.
Changelog

Sourced from gooddata-parent's changelog.

Release notes

3.0.0

  • Simplify license headers. ** No need to update year on change.
  • Include only files under src/ for license check. ** Maven should not check files which are not part of the build check of child modules is ensured using multimodule build (we don't use aggregate setting in license plugin).
  • Add Kotlin source files to license header includes.
Commits
  • 506936f [maven-release-plugin] prepare release gooddata-parent-3.1.0
  • a2f1e02 Merge pull request #17 from gooddata/fix-gpg
  • c9bbefb Explicitly configure maven-gpg-plugin to use loopback for pinentry-mode
  • 2aaf784 Merge pull request #16 from gooddata/liry-patch-2
  • 65d1181 Update LICENSE file with the year of last update
  • 5455e1f Merge pull request #15 from gooddata/gh-actions
  • cda7d78 Migrate from Travis-CI to Github Actions
  • 99dc338 Merge pull request #14 from gooddata/liry-patch-1
  • 109b8ee Add releasing how-to to README
  • ecdf54e Merge pull request #13 from gooddata/liry
  • 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)
ghost commented 2 years ago

Build succeeded (check pipeline).

codecov-commenter commented 2 years ago

Codecov Report

Merging #1133 (6509844) into master (70ff6cf) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1133   +/-   ##
=========================================
  Coverage     83.11%   83.11%           
  Complexity     2615     2615           
=========================================
  Files           346      346           
  Lines          6705     6705           
  Branches        482      482           
=========================================
  Hits           5573     5573           
  Misses          934      934           
  Partials        198      198           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70ff6cf...6509844. Read the comment docs.

ghost commented 2 years ago

Build succeeded (gate pipeline).