Skip to content

Commit 1aaa1f2

Browse files
author
Paco Avila
committed
Release v6.3.10
1 parent 72b2f02 commit 1aaa1f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
YELLOW='\e[1;33m'
33
RESET='\e[0m'
44

5-
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
5+
# export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
66
mvn -Dmaven.test.skip=true clean gwt:compile install $*
77

88
echo -e "${YELLOW}Community version compiled${RESET}"

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.10-DEV</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

0 commit comments

Comments
 (0)