Skip to content

Commit

Permalink
Fixed warning and bump up the version number to 2.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingbic committed Jun 5, 2019
1 parent 1b63c6a commit f07897f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ndexbio</groupId>
<artifactId>ndex-object-model</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
<name>NDEx Java Object Model</name>
<description>Java object model for applications that access NDEx</description>
<inceptionYear>2013</inceptionYear>
Expand Down Expand Up @@ -156,6 +156,7 @@
</reporting>

<properties>
<jackson.version>2.9.4</jackson.version>
<jackson.version>2.9.9</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

0 comments on commit f07897f

Please sign in to comment.