Commit d22a252b authored by zhiguo.liu's avatar zhiguo.liu

# 修改 IDGenerator 发号器最终号码的格式,去掉补位用的「0」

# 升级版本到 0.1.2
parent 81c369f7
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.1.1</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.quantgroup</groupId>
<artifactId>commons-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<parent>
<groupId>org.springframework.boot</groupId>
......@@ -22,7 +22,7 @@
<packaging>pom</packaging>
<properties>
<commons-parent.version>0.1.1</commons-parent.version>
<commons-parent.version>0.1.2</commons-parent.version>
<java.version>1.8</java.version>
<guava.version>23.0</guava.version>
<apollo.client.version>0.10.1</apollo.client.version>
......
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