Skip to content

Commit 6ca7cd5

Browse files
author
taochen
committed
upgrade dao gen version to 1.16.15
1 parent 2cae68e commit 6ca7cd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dal-dao-gen/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.ctrip.platform</groupId>
66
<artifactId>dal-dao-gen</artifactId>
7-
<version>1.16.14</version>
7+
<version>1.16.15</version>
88
<packaging>war</packaging>
99
<properties>
1010
<environment>open</environment>
1111
<file_encoding>UTF-8</file_encoding>
12-
<dao-gen-core-version>1.16.14</dao-gen-core-version>
12+
<dao-gen-core-version>1.16.15</dao-gen-core-version>
1313
</properties>
1414
<dependencies>
1515
<dependency>

dao-gen-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.ctrip.platform</groupId>
77
<artifactId>dao-gen-core</artifactId>
8-
<version>1.16.14</version>
8+
<version>1.16.15</version>
99
<properties>
1010
<file_encoding>UTF-8</file_encoding>
11-
<dal-client-version>1.18.2</dal-client-version>
11+
<dal-client-version>1.18.3</dal-client-version>
1212
<javax-servlet-version>3.1.0</javax-servlet-version>
1313
<httpclient-version>4.5.3</httpclient-version>
1414
<ws-rs-version>2.0.1</ws-rs-version>

0 commit comments

Comments
 (0)