This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 1.1.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/1.1.X by this push:
new a0e7c7e Fixed a dependency version
a0e7c7e is described below
commit a0e7c7ef842a59aeeb7376dfe7a3c20bd28c0611
Author: emmanuel lecharny <[email protected]>
AuthorDate: Tue Mar 8 06:47:37 2022 +0100
Fixed a dependency version
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index b1f9d03..5098c38 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -81,7 +81,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
- <version>1.0</version>
+ <version>1.0.0</version>
<executions>
<execution>
<phase>generate-resources</phase>