Skip to content

Commit

Permalink
et version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Feb 3, 2018
1 parent 83a4f28 commit d458ff5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.phoenixctms.ctsms</groupId>
<artifactId>ctsms</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>
<artifactId>ctsms-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/db/dbtool.bat
Original file line number Diff line number Diff line change
@@ -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 %*
"%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 %*
2 changes: 1 addition & 1 deletion core/db/dbtool.sh
Original file line number Diff line number Diff line change
@@ -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 $*
$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 $*
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.phoenixctms.ctsms</groupId>
<artifactId>ctsms</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>
<artifactId>ctsms-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.phoenixctms.ctsms</groupId>
<artifactId>ctsms</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>
<artifactId>ctsms-mda</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.phoenixctms.ctsms</groupId>
<artifactId>ctsms</artifactId>
<packaging>pom</packaging>
<version>1.6.0</version>
<version>1.6.1</version>
<name>Clinical Trial Site Management System</name>
<description>The Clinical Trial Site Management System Project.</description>
<scm>
Expand Down Expand Up @@ -1011,7 +1011,7 @@
<application.id>ctsms</application.id>
<application.package>org.phoenixctms.ctsms</application.package>
<application.name>Phoenix Clinical Trial Management System</application.name>
<application.version>1.6.0</application.version>
<application.version>1.6.1</application.version>
<application.abbreviation>Phoenix CTMS</application.abbreviation>
<dataSource.name>jdbc/${application.id}</dataSource.name>
<dataSource>java:comp/env/${dataSource.name}</dataSource>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.phoenixctms.ctsms</groupId>
<artifactId>ctsms</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>
<artifactId>ctsms-web</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit d458ff5

Please sign in to comment.