From a778cd17127afd591cbd82123cafbdc223239363 Mon Sep 17 00:00:00 2001 From: Antonio Dias Date: Wed, 6 Nov 2019 17:33:50 +0100 Subject: [PATCH] fix version and readme --- README.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52370890..2eae5c85 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ $ echo JMX allows use of custom protocols to communicate with the application. In order to use a custom protocol you have to include the custom connectors in the nrjmx classpath. By default nrjmx will include the sub-folder connectors in it's class path. If this folder does not exist create it under the fodler where you have nrjmx installed. -For example, to add support for JBoss, create a folder `connectors` under the default (Linux) library path `/usr/lib/nrjmx/` (`/usr/lib/nrjmx/connectors`) and copy the custom connector `jar` into the folder (`$JBOSS_HOME/bin/client/jboss-cli-client.jar`). You can now execute JMX queries against JBoss. +For example, to add support for JBoss, create a folder `connectors` under the default (Linux) library path `/usr/lib/nrjmx/` (`/usr/lib/nrjmx/connectors`) and copy the custom connector `jar` (`$JBOSS_HOME/bin/client/jboss-cli-client.jar`) into it. You can now execute JMX queries against JBoss. ### Remote URL connection diff --git a/pom.xml b/pom.xml index 71443f18..01d6d50a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 nrjmx nrjmx - 1.5.1 + 1.4.2 nrjmx The New Relic JMX tool provides a command line tool to connect to a JMX server and retrieve the MBeans it exposes. @@ -93,7 +93,7 @@ test - true + false