Skip to content

Commit

Permalink
Merge pull request #9 from newrelic/UnrecognizedFieldError
Browse files Browse the repository at this point in the history
Updated version of infra-publish to resolve unrecognized field errors.
  • Loading branch information
sschwartzman authored Dec 17, 2018
2 parents 7063c46 + 9e5b200 commit 85ab636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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>com.newrelic.experts</groupId>
<artifactId>newrelic-unix-monitor</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<name>newrelic-unix-monitor</name>
<build>
<plugins>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.newrelic.experts</groupId>
<artifactId>infra_publish</artifactId>
<version>2.1.7</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 85ab636

Please sign in to comment.