Skip to content

Commit c42e7ea

Browse files
committed
Closes #41
1 parent e7e20a2 commit c42e7ea

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
57
<groupId>com.holon-platform</groupId>
68
<artifactId>parent</artifactId>
7-
<version>1.1.1</version>
9+
<version>1.1.2</version>
810
</parent>
911

1012
<groupId>com.holon-platform.jdbc</groupId>
@@ -54,11 +56,8 @@
5456
<properties>
5557
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5658

57-
<!-- pre-releases package name -->
58-
<bintray.package>holon-jdbc</bintray.package>
59-
6059
<!-- Holon core -->
61-
<holon.core.version>5.2.1</holon.core.version>
60+
<holon.core.version>5.2.2</holon.core.version>
6261

6362
<!-- HikariCP -->
6463
<hikaricp.version>3.3.1</hikaricp.version>
@@ -133,7 +132,7 @@
133132
<phase>package</phase>
134133
<inherited>false</inherited>
135134
<goals>
136-
<goal>aggregate-jar</goal>
135+
<goal>aggregate-no-fork</goal>
137136
</goals>
138137
<configuration>
139138
<show>public</show>

0 commit comments

Comments
 (0)