diff --git a/common/pom.xml b/common/pom.xml index 781c11abfffd..011ed6a65143 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ org.phoenixctms.ctsms ctsms - 1.6.0 + 1.6.1 ctsms-common jar diff --git a/core/db/dbtool.bat b/core/db/dbtool.bat index 923cfe2ca0c0..823a121af50e 100644 --- a/core/db/dbtool.bat +++ b/core/db/dbtool.bat @@ -1 +1 @@ -"%JAVA_HOME%\bin\java.exe" -DCTSMS_PROPERTIES="%CTSMS_PROPERTIES%" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath %CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\ctsms-core-1.6.0.jar;%CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\* org.phoenixctms.ctsms.executable.DBTool %* \ No newline at end of file +"%JAVA_HOME%\bin\java.exe" -DCTSMS_PROPERTIES="%CTSMS_PROPERTIES%" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath %CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\ctsms-core-1.6.1.jar;%CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\* org.phoenixctms.ctsms.executable.DBTool %* \ No newline at end of file diff --git a/core/db/dbtool.sh b/core/db/dbtool.sh index a3626c18a512..0dc94eba1d90 100644 --- a/core/db/dbtool.sh +++ b/core/db/dbtool.sh @@ -1,2 +1,2 @@ #!/bin/bash -$JRE_HOME/bin/java -DCTSMS_PROPERTIES="$CTSMS_PROPERTIES" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath $CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/ctsms-core-1.6.0.jar:$CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/* org.phoenixctms.ctsms.executable.DBTool $* \ No newline at end of file +$JRE_HOME/bin/java -DCTSMS_PROPERTIES="$CTSMS_PROPERTIES" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath $CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/ctsms-core-1.6.1.jar:$CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/* org.phoenixctms.ctsms.executable.DBTool $* \ No newline at end of file diff --git a/core/pom.xml b/core/pom.xml index 44e449276273..956bdd8a80e5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.phoenixctms.ctsms ctsms - 1.6.0 + 1.6.1 ctsms-core jar diff --git a/mda/pom.xml b/mda/pom.xml index 62f0bcdf170d..103e8ce134a5 100644 --- a/mda/pom.xml +++ b/mda/pom.xml @@ -7,7 +7,7 @@ org.phoenixctms.ctsms ctsms - 1.6.0 + 1.6.1 ctsms-mda pom diff --git a/pom.xml b/pom.xml index 9c0887c23b34..7e7358506f6c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.phoenixctms.ctsms ctsms pom - 1.6.0 + 1.6.1 Clinical Trial Site Management System The Clinical Trial Site Management System Project. @@ -1011,7 +1011,7 @@ ctsms org.phoenixctms.ctsms Phoenix Clinical Trial Management System - 1.6.0 + 1.6.1 Phoenix CTMS jdbc/${application.id} java:comp/env/${dataSource.name} diff --git a/web/pom.xml b/web/pom.xml index 5a7750e36b32..40e46679b091 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -5,7 +5,7 @@ org.phoenixctms.ctsms ctsms - 1.6.0 + 1.6.1 ctsms-web war