Skip to content

Commit

Permalink
Fix missing maven-deploy and prerequisites Maven warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Dec 29, 2023
1 parent b8a34e1 commit 93a6a46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Build / Infrastructure::
* 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)

Documentation::

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 93a6a46

Please sign in to comment.