This is an automated email from the ASF dual-hosted git repository.
smckinney pushed a commit to branch jmeter-add-case
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git
The following commit(s) were added to refs/heads/jmeter-add-case by this push:
new 8d474a5 use maven resource plugin 3.1
8d474a5 is described below
commit 8d474a5a93ae5c0a46133880e4572d22d2c6a596
Author: Shawn McKinney <smckinney@symas.com>
AuthorDate: Sat Sep 26 13:22:26 2020 -0500
use maven resource plugin 3.1
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index a958b32..9fc1c07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -656,6 +656,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
+ <version>3.0.2</version>
<executions>
<execution>
<id>copy-resources</id>
|