Skip to content

Commit 15417f2

Browse files
committed
preparations for tagging version 1.6.9
1 parent dc8512b commit 15417f2

9 files changed

Lines changed: 8 additions & 8 deletions

File tree

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.phoenixctms.ctsms</groupId>
77
<artifactId>ctsms</artifactId>
8-
<version>1.6.2</version>
8+
<version>1.6.9</version>
99
</parent>
1010
<artifactId>ctsms-common</artifactId>
1111
<packaging>jar</packaging>

core/db/dbtool.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"%JAVA_HOME%\bin\java.exe" -DCTSMS_PROPERTIES="%CTSMS_PROPERTIES%" -DCTSMS_JAVA="%CTSMS_JAVA%" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath %CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\ctsms-core-1.6.2.jar;%CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\* org.phoenixctms.ctsms.executable.DBTool %*
1+
"%JAVA_HOME%\bin\java.exe" -DCTSMS_PROPERTIES="%CTSMS_PROPERTIES%" -DCTSMS_JAVA="%CTSMS_JAVA%" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath %CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\ctsms-core-1.6.9.jar;%CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\* org.phoenixctms.ctsms.executable.DBTool %*

core/db/dbtool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
$JRE_HOME/bin/java -DCTSMS_PROPERTIES="$CTSMS_PROPERTIES" -DCTSMS_JAVA="$CTSMS_JAVA" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath $CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/ctsms-core-1.6.2.jar:$CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/* org.phoenixctms.ctsms.executable.DBTool $*
2+
$JRE_HOME/bin/java -DCTSMS_PROPERTIES="$CTSMS_PROPERTIES" -DCTSMS_JAVA="$CTSMS_JAVA" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath $CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/ctsms-core-1.6.9.jar:$CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/* org.phoenixctms.ctsms.executable.DBTool $*

core/db/schema-up-170.sql

Whitespace-only changes.

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.phoenixctms.ctsms</groupId>
77
<artifactId>ctsms</artifactId>
8-
<version>1.6.2</version>
8+
<version>1.6.9</version>
99
</parent>
1010
<artifactId>ctsms-core</artifactId>
1111
<packaging>jar</packaging>

mda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.phoenixctms.ctsms</groupId>
1010
<artifactId>ctsms</artifactId>
11-
<version>1.6.2</version>
11+
<version>1.6.9</version>
1212
</parent>
1313
<artifactId>ctsms-mda</artifactId>
1414
<packaging>pom</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.phoenixctms.ctsms</groupId>
77
<artifactId>ctsms</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.6.2</version>
9+
<version>1.6.9</version>
1010
<name>Clinical Trial Site Management System</name>
1111
<description>The Clinical Trial Site Management System Project.</description>
1212
<scm>
@@ -559,7 +559,7 @@
559559
<application.id>ctsms</application.id>
560560
<application.package>org.phoenixctms.ctsms</application.package>
561561
<application.name>Phoenix Clinical Trial Management System</application.name>
562-
<application.version>1.6.2</application.version>
562+
<application.version>1.6.9</application.version>
563563
<application.abbreviation>Phoenix CTMS</application.abbreviation>
564564
<dataSource.name>jdbc/${application.id}</dataSource.name>
565565
<dataSource>java:comp/env/${dataSource.name}</dataSource>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.phoenixctms.ctsms</groupId>
77
<artifactId>ctsms</artifactId>
8-
<version>1.6.2</version>
8+
<version>1.6.9</version>
99
</parent>
1010
<artifactId>ctsms-web</artifactId>
1111
<packaging>war</packaging>

0 commit comments

Comments
 (0)