Skip to content

Commit

Permalink
added changes for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidhwani-nr committed May 9, 2023
1 parent 04308b6 commit 5349876
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Binary file modified docs/NewRelic_UnixMonitor_Readme.docx
Binary file not shown.
Binary file modified docs/NewRelic_UnixMonitor_Readme.pdf
Binary file not shown.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<?xml version="1.0" encoding="utf-8"?> <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>
<groupId>com.newrelic.experts</groupId>
<artifactId>newrelic-unix-monitor</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>newrelic-unix-monitor</name>
<build>
<plugins>
Expand Down Expand Up @@ -64,6 +63,11 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>com.newrelic.experts</groupId>
<artifactId>infra_publish</artifactId>
Expand Down

0 comments on commit 5349876

Please sign in to comment.