Skip to content

Commit 924659a

Browse files
committed
Closes #49
1 parent 2758699 commit 924659a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pom.xml

Lines changed: 8 additions & 9 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.jaxrs</groupId>
@@ -54,17 +56,14 @@
5456
<properties>
5557
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5658

57-
<!-- pre-releases package name -->
58-
<bintray.package>holon-jaxrs</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
<!-- Holon json -->
64-
<holon.json.version>5.2.1</holon.json.version>
63+
<holon.json.version>5.2.2</holon.json.version>
6564

6665
<!-- Holon reactor -->
67-
<holon.reactor.version>5.2.1</holon.reactor.version>
66+
<holon.reactor.version>5.2.2</holon.reactor.version>
6867

6968
<!-- JAX-RS API -->
7069
<jax-rs.api.version>2.1</jax-rs.api.version>
@@ -143,7 +142,7 @@
143142
<phase>package</phase>
144143
<inherited>false</inherited>
145144
<goals>
146-
<goal>aggregate-jar</goal>
145+
<goal>aggregate-no-fork</goal>
147146
</goals>
148147
<configuration>
149148
<show>public</show>

0 commit comments

Comments
 (0)