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 72b2f02 commit 1aaa1f2Copy full SHA for 1aaa1f2
build.sh
@@ -2,7 +2,7 @@
2
YELLOW='\e[1;33m'
3
RESET='\e[0m'
4
5
-export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+# export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
6
mvn -Dmaven.test.skip=true clean gwt:compile install $*
7
8
echo -e "${YELLOW}Community version compiled${RESET}"
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.openkm</groupId>
<artifactId>openkm</artifactId>
<packaging>war</packaging>
- <version>6.3.10-DEV</version>
+ <version>6.3.10</version>
<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
0 commit comments