Skip to content

Commit

Permalink
dbeaver/pro#3648 Maven resource plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Nov 20, 2024
1 parent 2558094 commit 5aa469a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-clean-plugin.version>3.2.0</maven-clean-plugin.version>
<maven-resource-plugin.version>3.3.1</maven-resource-plugin.version>
<maven-dependency-plugin.version>3.8.0</maven-dependency-plugin.version>
<maven-install-plugin.version>2.5.1</maven-install-plugin.version>
<maven-site-plugin.version>3.3</maven-site-plugin.version>
Expand Down Expand Up @@ -198,6 +199,11 @@
<artifactId>maven-site-plugin</artifactId>
<version>${maven-site-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resource-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

0 comments on commit 5aa469a

Please sign in to comment.