This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 0eba47a79 AVRO-3701: Define dependency management for
m-remote-resources-p
0eba47a79 is described below
commit 0eba47a79e743f8b75ca046c114fe376ef7a2ebf
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Jan 31 14:35:49 2023 +0200
AVRO-3701: Define dependency management for m-remote-resources-p
not for m-resources-p
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5730fc113..92594e600 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
<maven-plugin-plugin.version>3.7.1</maven-plugin-plugin.version>
- <maven-resources-plugin.version>3.3.0</maven-resources-plugin.version>
+
<maven-remote-resources-plugin.version>3.0.0</maven-remote-resources-plugin.version>
<maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<plugin-tools-javadoc.version>3.7.0</plugin-tools-javadoc.version>
@@ -156,8 +156,8 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>${maven-resources-plugin.version}</version>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>${maven-remote-resources-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>