We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57b626 commit 097d850Copy full SHA for 097d850
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.openkm</groupId>
5
<artifactId>openkm</artifactId>
6
<packaging>war</packaging>
7
- <version>6.3.9</version>
+ <version>6.3.10</version>
8
<name>OpenKM Web Application</name>
9
<url>http://www.openkm.com</url>
10
<description>OpenKM is a powerful scalable Document Management System (DMS). OpenKM uses Tomcat + GWT + Hibernate open
publish.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
BLUE='\e[1;34m'
3
RESET='\e[0m'
-VERSION="6.3.9"
+VERSION="6.3.10"
ARCHIVE="OpenKM-${VERSION}.zip"
# Build package
0 commit comments