Skip to content

Commit

Permalink
fix: add missing deploy plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 29, 2024
1 parent 43c36f8 commit 18b4165
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<central-maven-publishing-plugin.version>0.3.1</central-maven-publishing-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>

<modules>
Expand Down Expand Up @@ -104,6 +105,11 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
</plugin>
<plugin>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
Expand Down Expand Up @@ -307,6 +313,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
Expand Down

0 comments on commit 18b4165

Please sign in to comment.