Skip to content

Commit

Permalink
1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vakinge committed Mar 24, 2021
1 parent 74c8c7c commit 0946613
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jeesuite-config-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-config</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7</version>
</parent>
<artifactId>jeesuite-config-client</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jeesuite-config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-config</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7</version>
</parent>
<artifactId>jeesuite-config-server</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-config</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7</version>
<packaging>pom</packaging>
<description>Distributed configuration center</description>
<name>jeesuite-config</name>
Expand Down Expand Up @@ -52,8 +52,8 @@
<jedis.version>2.9.0</jedis.version>
<mybatis.version>3.4.2</mybatis.version>
<druid.version>1.0.21</druid.version>
<junit.version>4.12</junit.version>
<jeesuite.libs.version>1.3.7-SNAPSHOT</jeesuite.libs.version>
<junit.version>[4.13.1,)</junit.version>
<jeesuite.libs.version>1.3.7</jeesuite.libs.version>
<zkclient.version>0.10</zkclient.version>
<zookeeper.version>3.4.9</zookeeper.version>
</properties>
Expand Down

0 comments on commit 0946613

Please sign in to comment.