Skip to content

Commit 9f0db90

Browse files
committed
release a fixed of minor issue
1 parent 5e8a2ed commit 9f0db90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.angkorteam.pluggable.framework</groupId>
66
<artifactId>framework</artifactId>
7-
<version>0.6.5.3-SNAPSHOT</version>
7+
<version>0.6.5.3</version>
88
<name>framework</name>
99
<packaging>jar</packaging>
1010

plugins/query-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.angkorteam.pluggable.plugin</groupId>
66
<artifactId>query-plugin</artifactId>
7-
<version>0.6.5.3-SNAPSHOT</version>
7+
<version>0.6.5.3</version>
88
<name>query-plugin</name>
99
<packaging>jar</packaging>
1010

@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.angkorteam.pluggable.framework</groupId>
6666
<artifactId>framework</artifactId>
67-
<version>0.6.5.3-SNAPSHOT</version>
67+
<version>0.6.5.3</version>
6868
</dependency>
6969

7070
<!-- Servlet -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.angkorteam.pluggable</groupId>
66
<artifactId>pluggable-parent</artifactId>
7-
<version>0.6.5.3-SNAPSHOT</version>
7+
<version>0.6.5.3</version>
88
<name>pluggable-parent</name>
99
<packaging>pom</packaging>
1010

0 commit comments

Comments
 (0)