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/03/28 06:07:35 UTC

[incubator-iotdb] branch rel/0.8 updated: change download maven plugin to 1.3.0

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

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


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new ce55131  change download maven plugin to 1.3.0
ce55131 is described below

commit ce551311033f81ac059617da348203069be6a086
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Mar 28 14:07:44 2020 +0800

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

diff --git a/pom.xml b/pom.xml
index 2836892..8bb741d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -867,7 +867,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>