We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46295f commit 99115afCopy full SHA for 99115af
pom.xml
@@ -66,7 +66,7 @@
66
67
<properties>
68
<!-- Project revision -->
69
- <revision>2.0.0.0-SNAPSHOT</revision>
+ <revision>2.0.0.0-RC4</revision>
70
71
<timestamp>${maven.build.timestamp}</timestamp>
72
<skip.maven.deploy>false</skip.maven.deploy>
@@ -77,7 +77,7 @@
77
<maven.compiler.source>1.8</maven.compiler.source>
78
<maven.compiler.target>1.8</maven.compiler.target>
79
<jackson.version>2.14.2</jackson.version>
80
- <specification.version>1.5.4-SNAPSHOT</specification.version>
+ <specification.version>1.5.4</specification.version>
81
<consul.version>1.4.5</consul.version>
82
<gson.version>2.9.1</gson.version>
83
<nacos.version>2.1.1</nacos.version>
0 commit comments