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

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 7feb918  [To rel/0.12][IOTDB-1301] snappy compatible arm64 (#3047)
7feb918 is described below

commit 7feb9189718a8d0dcd0a3b07821ab6f03019d244
Author: wangchao316 <[email protected]>
AuthorDate: Thu Apr 22 18:16:48 2021 +0800

    [To rel/0.12][IOTDB-1301] snappy compatible arm64 (#3047)
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 61711c8..f51e4ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,6 +139,7 @@
         <metrics.version>3.2.6</metrics.version>
         <javax.xml.bind.version>2.4.0-b180725.0427</javax.xml.bind.version>
         <felix.version>5.1.1</felix.version>
+        <snappy.version>1.1.8.4</snappy.version>
         <!-- URL of the ASF SonarQube server -->
         <sonar.host.url>https://sonarcloud.io</sonar.host.url>
         <sonar.organization>apache</sonar.organization>
@@ -448,7 +449,7 @@
             <dependency>
                 <groupId>org.xerial.snappy</groupId>
                 <artifactId>snappy-java</artifactId>
-                <version>1.1.7.2</version>
+                <version>${snappy.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.thrift</groupId>

Reply via email to