Skip to content

Commit

Permalink
Closes #44 and Closes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed May 20, 2019
1 parent 6378dee commit dcf2292
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.holon-platform</groupId>
<artifactId>parent</artifactId>
<version>1.1.2</version>
<version>1.1.4</version>
</parent>

<groupId>com.holon-platform.json</groupId>
Expand Down Expand Up @@ -55,7 +57,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Holon Core -->
<holon.core.version>5.2.2</holon.core.version>
<holon.core.version>5.2.3</holon.core.version>

<!-- Jackson -->
<jackson.version>2.9.9</jackson.version>
Expand Down

0 comments on commit dcf2292

Please sign in to comment.