Skip to content

Commit 097d850

Browse files
author
Paco Avila
committed
Future v6.3.10
1 parent e57b626 commit 097d850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.openkm</groupId>
55
<artifactId>openkm</artifactId>
66
<packaging>war</packaging>
7-
<version>6.3.9</version>
7+
<version>6.3.10</version>
88
<name>OpenKM Web Application</name>
99
<url>http://www.openkm.com</url>
1010
<description>OpenKM is a powerful scalable Document Management System (DMS). OpenKM uses Tomcat + GWT + Hibernate open

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
BLUE='\e[1;34m'
33
RESET='\e[0m'
4-
VERSION="6.3.9"
4+
VERSION="6.3.10"
55
ARCHIVE="OpenKM-${VERSION}.zip"
66

77
# Build package

0 commit comments

Comments
 (0)