We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155816e commit 967584bCopy full SHA for 967584b
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.minbox.framework</groupId>
7
<artifactId>minbox-parent</artifactId>
8
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.0.6</version>
9
<relativePath/>
10
</parent>
11
<packaging>pom</packaging>
@@ -18,7 +18,7 @@
18
<version>${revision}</version>
19
<name>ApiBoot Build</name>
20
<properties>
21
- <revision>2.3.5-SNAPSHOT</revision>
+ <revision>2.3.5</revision>
22
<jdk.version>1.8</jdk.version>
23
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
0 commit comments