File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.ctrip.platform</groupId >
66 <artifactId >dal-client</artifactId >
7- <version >2.0.0-SNAPSHOT </version >
7+ <version >2.0.0</version >
88 <properties >
9- <dal-cluster .version>1.0.0-SNAPSHOT </dal-cluster .version>
9+ <dal-cluster .version>1.0.0</dal-cluster .version>
1010 <ver .version>${project.version} </ver .version>
1111 <javax-persistence-version >1.0.2</javax-persistence-version >
1212 <commons-codec-version >1.8</commons-codec-version >
195195 <artifactId >maven-compiler-plugin</artifactId >
196196 <version >3.1</version >
197197 <configuration >
198- <source >1.7 </source >
199- <target >1.7 </target >
198+ <source >1.8 </source >
199+ <target >1.8 </target >
200200 <encoding >${file_encoding} </encoding >
201201 <showDeprecation >true</showDeprecation >
202202 <showWarnings >true</showWarnings >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.ctrip.framework.dal</groupId >
77 <artifactId >dal-cluster-client</artifactId >
8- <version >1.0.0-SNAPSHOT </version >
8+ <version >1.0.0</version >
99
1010 <properties >
11- <java .version>1.7 </java .version>
11+ <java .version>1.8 </java .version>
1212 <maven .compiler.source>${java.version} </maven .compiler.source>
1313 <maven .compiler.target>${java.version} </maven .compiler.target>
1414 <slf4j .version>1.7.2</slf4j .version>
You can’t perform that action at this time.
0 commit comments