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