File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
4
6
<parent >
5
7
<groupId >com.holon-platform</groupId >
6
8
<artifactId >parent</artifactId >
7
- <version >1.1.1 </version >
9
+ <version >1.1.2 </version >
8
10
</parent >
9
11
10
12
<groupId >com.holon-platform.jdbc</groupId >
54
56
<properties >
55
57
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56
58
57
- <!-- pre-releases package name -->
58
- <bintray .package>holon-jdbc</bintray .package>
59
-
60
59
<!-- Holon core -->
61
- <holon .core.version>5.2.1 </holon .core.version>
60
+ <holon .core.version>5.2.2 </holon .core.version>
62
61
63
62
<!-- HikariCP -->
64
63
<hikaricp .version>3.3.1</hikaricp .version>
133
132
<phase >package</phase >
134
133
<inherited >false</inherited >
135
134
<goals >
136
- <goal >aggregate-jar </goal >
135
+ <goal >aggregate-no-fork </goal >
137
136
</goals >
138
137
<configuration >
139
138
<show >public</show >
You can’t perform that action at this time.
0 commit comments