Skip to content

Commit aec0639

Browse files
committed
bump version 1.8.0
1 parent a1bf6c3 commit aec0639

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

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.7.0</version>
8+
<version>1.8.0</version>
99
</parent>
1010
<artifactId>ctsms-common</artifactId>
1111
<packaging>jar</packaging>

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.7.0.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.78.0.jar:$CATALINA_HOME/webapps/ctsms-web/WEB-INF/lib/* org.phoenixctms.ctsms.executable.DBTool $*
File renamed without changes.

core/db/schema-up-190.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.7.0</version>
8+
<version>1.8.0</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.7.0</version>
11+
<version>1.8.0</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
@@ -7,7 +7,7 @@
77
<groupId>org.phoenixctms.ctsms</groupId>
88
<artifactId>ctsms</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.7.0</version>
10+
<version>1.8.0</version>
1111
<name>Clinical Trial Site Management System</name>
1212
<description>The Clinical Trial Site Management System Project.</description>
1313
<scm>
@@ -597,7 +597,7 @@
597597
<application.id>ctsms</application.id>
598598
<application.package>org.phoenixctms.ctsms</application.package>
599599
<application.name>Phoenix Clinical Trial Management System</application.name>
600-
<application.version>1.7.0</application.version>
600+
<application.version>1.8.0</application.version>
601601
<application.abbreviation>Phoenix CTMS</application.abbreviation>
602602
<dataSource.name>jdbc/${application.id}</dataSource.name>
603603
<dataSource>java:comp/env/${dataSource.name}</dataSource>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.phoenixctms.ctsms</groupId>
88
<artifactId>ctsms</artifactId>
9-
<version>1.7.0</version>
9+
<version>1.8.0</version>
1010
</parent>
1111
<artifactId>ctsms-web</artifactId>
1212
<packaging>war</packaging>

0 commit comments

Comments
 (0)