Skip to content

Commit

Permalink
Release v6.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Avila committed Dec 22, 2020
1 parent 72b2f02 commit 1aaa1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
YELLOW='\e[1;33m'
RESET='\e[0m'

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

echo -e "${YELLOW}Community version compiled${RESET}"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<url>http://www.openkm.com</url>
<description>OpenKM is a powerful scalable Document Management System (DMS). OpenKM uses Tomcat + GWT + Hibernate open
Expand Down

0 comments on commit 1aaa1f2

Please sign in to comment.