You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/02/12 02:24:24 UTC

[incubator-iotdb] 01/01: change maven-download-plugin to 1.3.0

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch fix_maven_download_plugin
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit b8db4e46a56d9880b581fc2c227b9b07fb50f7fa
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Feb 12 10:24:00 2020 +0800

    change maven-download-plugin to 1.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 42bb9d7..8f754f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,7 +788,7 @@
                     <plugin>
                         <groupId>com.googlecode.maven-download-plugin</groupId>
                         <artifactId>download-maven-plugin</artifactId>
-                        <version>1.4.0</version>
+                        <version>1.3.0</version>
                         <executions>
                             <execution>
                                 <id>get-thrift-executable</id>