This is an automated email from the ASF dual-hosted git repository.
elharo pushed a change to branch mo
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git
from 78e93a8 Remove vulnerable dependency
add 546e8dc Use try with resources (#28)
add 1621cab Bump org.codehaus.mojo:l10n-maven-plugin from 1.0.0 to 1.1.0
add 014b0e8 [MDOAP-71] Bump scmVersion from 1.12.2 to 2.1.0 (#25)
add d588eb8 [MDOAP-68] Upgrade parent pom to 43
add 004af76 [MDOAP-72] Require Maven 3.6.3
add 2116ef1 [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
add 455673d Enabhle GH issues (#39)
add 6972654 Bump org.codehaus.plexus:plexus-interpolation from 1.26 to
1.28
add 44a94d3 Temporary disabling notification for issue migration
add d7324fc remove jira link (#108)
add 4cdf5e6 Enable notification
add 537924e Add Apache 2.0 LICENSE file
add 3cafc9d feat: enable prevent branch protection rules (#114)
add a807eb3 Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to
1.0.0 (#116)
add 62e79a5 Bump scmVersion from 2.1.0 to 2.2.1
add fcb48e2 Update parent to 45 (#118)
add 9ee74e5 Bump org.codehaus.plexus:plexus-interpolation from 1.28 to
1.29 (#122)
add 8ee4297 Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0
(#123)
add 822432f Bump Maven to 3.9.11 - Plugin prerequisite 3.6.3
add 551bef1 [maven-release-plugin] prepare release
maven-doap-plugin-3.0.0-M1
add 2cdad7a [maven-release-plugin] prepare for next development iteration
add b08d5b9 fix (#127)
add 05faf77 Declare used dependencies (#128)
add 758f1e4 Follow Oracle Javadoc conventions (#129)
add 401c119 Bump resolverVersion from 1.4.1 to 1.9.25 (#131)
add 30e07f0 merge
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 7 +-
.github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} | 42 ++++-
.../{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} | 29 ++-
.../{dependabot.yml => ISSUE_TEMPLATE/config.yml} | 20 +-
.github/pull_request_template.md | 23 +++
.../release-drafter.yml | 4 +-
.../{maven-verify.yml => pr-automation.yml} | 14 +-
.../{maven-verify.yml => release-drafter.yml} | 14 +-
.github/workflows/{maven-verify.yml => stale.yml} | 13 +-
LICENSE | 202 +++++++++++++++++++++
README.md | 26 +--
pom.xml | 113 +++++++++---
.../org/apache/maven/plugin/doap/DoapMojo.java | 43 ++---
.../org/apache/maven/plugin/doap/DoapUtil.java | 65 +++----
.../plugin/doap/options/ASFExtOptionsUtil.java | 18 +-
src/site/site.xml | 2 +-
.../org/apache/maven/plugin/doap/DoapMojoTest.java | 77 +++-----
.../maven/plugin/doap/stubs/DoapProjectStub.java | 18 +-
18 files changed, 497 insertions(+), 233 deletions(-)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} (54%)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} (60%)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/config.yml} (68%)
create mode 100644 .github/pull_request_template.md
copy src/it/MDOAP-38/invoker.properties => .github/release-drafter.yml (89%)
copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%)
copy .github/workflows/{maven-verify.yml => release-drafter.yml} (81%)
copy .github/workflows/{maven-verify.yml => stale.yml} (82%)
create mode 100644 LICENSE