Skip to content

Commit

Permalink
Fix missing maven-deploy and prerequisites Maven warnings (#709)
Browse files Browse the repository at this point in the history
* Fix missing maven-deploy and prerequisites Maven warnings
* Fix CHANGELOG
  • Loading branch information
abelsromero authored Dec 29, 2023
1 parent b8a34e1 commit 5455628
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
23 changes: 9 additions & 14 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Improvements::
* Set minimal Maven version to v3.8.5 (#629)
* Replace deprecated 'headerFooter' by 'standalone' in configuration (#649)
* Remove internal use of 'destinationDir' AsciidoctorJ method (no changes for users) (#650)
* Upgrade Asciidoctorj to v2.5.4 and jRuby to v9.3.4.0 (#584)
* Upgrade Asciidoctorj to v2.5.5 (#591)
* Upgrade Asciidoctorj to v2.5.6 and jRuby to v9.3.8.0 (#602)
* Upgrade Asciidoctorj to v2.5.7 (#604)
* Upgrade Asciidoctorj to v2.5.10 and jRuby to v9.4.2.0 (#647)
* Upgrade Asciidoctorj to v2.5.11 (#688)

Expand All @@ -38,24 +42,10 @@ Build / Infrastructure::
* Use Maven v3.9.2 in CI and wrapper (#658)
* Use Maven v3.9.5 in CI and wrapper (#662)
* Add Java 21 to CI (#664)
* Add Dependabot to automate dependency management (#669)
* Improvements to dependency management (#690)
* Test Javadoc generation in CI (#690)

Documentation::

* Add v3.x.x migration guide (#598)

Build / Infrastructure::

* Bump Doxia to v1.11.1 and maven-site-plugin in IT to 3.12.0 (#579)
* Bump netty-codec-http to v4.1.77.Final (fix CVE-2021-21290) (#582)
* Bump netty-codec-http to v4.1.87.Final (fix CVE-2022-41915) (#612)
* Bump netty-codec-http to v4.1.89.Final (#615)
* Upgrade Asciidoctorj to v2.5.4 and jRuby to v9.3.4.0 (#584)
* Upgrade Asciidoctorj to v2.5.5 (#591)
* Upgrade Asciidoctorj to v2.5.6 and jRuby to v9.3.8.0 (#602)
* Upgrade Asciidoctorj to v2.5.7 (#604)
* Upgrade build related Maven plugins to the latest versions (#606)
* Set minimal maven version to 3.8.5 (#607)
* Bump GH 'checkout' and 'setup-java' to v3 & delete unused TravisCI configuration (#627)
Expand All @@ -64,13 +54,18 @@ Build / Infrastructure::
* Add Maven matrix testing + define Maven compatibility policy (#632)
* Bump build related Maven plugins to the latest versions (#635)
* Remove use of deprecated 'parent.version' Maven property (#606)
* Add Dependabot to automate dependency management (#669)
* Improvements to dependency management (#690)
* Test Javadoc generation in CI (#690)
* Fix maven-deploy-plugin and prerequisites Maven warnings (#709)

Maintenance::
* Replace use of reflection by direct JavaExtensionRegistry calls to register extensions (#596)

Documentation::

* Fix absolute path in usage example and AsciiDoc references in docs (https://github.com/MarkusTiede[@MarkusTiede])(#592)
* Add v3.x.x migration guide (#598)

== v2.2.2 (2022-01-30)

Expand Down
4 changes: 4 additions & 0 deletions asciidoctor-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<description>Asciidoctor Maven Plugin to convert AsciiDoc documents with Asciidoctor</description>
<url>https://github.com/asciidoctor/asciidoctor-maven-plugin</url>

<prerequisites>
<maven>3.8.5</maven>
</prerequisites>

<properties>
<maven.plugin.plugin.version>3.8.1</maven.plugin.plugin.version>
<netty.version>4.1.104.Final</netty.version>
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
<system>GitHub Issues</system>
</issueManagement>

<prerequisites>
<maven>3.8.5</maven>
</prerequisites>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.java.version>11</project.java.version>
Expand Down Expand Up @@ -152,6 +148,11 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit 5455628

Please sign in to comment.