Commit a28a17e7 authored by liaozan's avatar liaozan 🏀

Upgrade zookeeper version

parent d858d3be
...@@ -81,9 +81,9 @@ ...@@ -81,9 +81,9 @@
<mybatis-plus.version>3.5.2</mybatis-plus.version> <mybatis-plus.version>3.5.2</mybatis-plus.version>
<!-- dubbo related --> <!-- dubbo related -->
<curator.version>4.3.0</curator.version> <curator.version>5.4.0</curator.version>
<dubbo.version>3.1.3</dubbo.version> <dubbo.version>3.1.3</dubbo.version>
<zookeeper.version>3.4.14</zookeeper.version> <zookeeper.version>3.7.1</zookeeper.version>
<!-- apollo --> <!-- apollo -->
<apollo.version>2.0.1</apollo.version> <apollo.version>2.0.1</apollo.version>
<!-- aliyun --> <!-- aliyun -->
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
<!-- maven plugins --> <!-- maven plugins -->
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version> <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<integration-maven-plugin.version>1.0.6-SNAPSHOT</integration-maven-plugin.version> <integration-maven-plugin.version>1.0.6-SNAPSHOT</integration-maven-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven.repository.url>https://maven.schbrain.com/repository</maven.repository.url> <maven.repository.url>https://maven.schbrain.com/repository</maven.repository.url>
</properties> </properties>
...@@ -610,6 +611,7 @@ ...@@ -610,6 +611,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment