Skip to content

Commit

Permalink
Updated for 2.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Mar 20, 2016
1 parent 6a997f9 commit 522e6b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ cjmx is a command line JMX client intended to be used when graphical tools (e.g.
Getting cjmx
============

cjmx is available on Maven Central using groupId com.gihub.cjmx and artifactId cjmx_2.10 or cjmx_2.11. An executable JAR is published using the `app` classifier.
cjmx is available on Maven Central using groupId com.gihub.cjmx and artifactId cjmx_2.11. An executable JAR is published using the `app` classifier.

- cjmx artifacts on Maven Central: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.cjmx%22
- Executable JAR using Scala 2.10: http://search.maven.org/remotecontent?filepath=com/github/cjmx/cjmx_2.10/2.3.0/cjmx_2.10-2.3.0-app.jar
- Executable JAR using Scala 2.10: http://search.maven.org/remotecontent?filepath=com/github/cjmx/cjmx_2.11/2.5.0/cjmx_2.11-2.5.0-app.jar

Note: Both a regular and an application JAR (with embedded dependencies and minimized) are published on Maven Central.

Building
========
To build, run `./sbt publish-local`. This will build target/scala-2.10/proguard/cjmx_2.10-2.4.0-SNAPSHOT.jar and install a copy to your local ivy cache.
To build, run `./sbt publish-local`. This will build target/scala-2.10/proguard/cjmx_2.11-2.6.0-SNAPSHOT.jar and install a copy to your local ivy cache.

Usage
=====

Launching cjmx is done via, using Java 8+:

java -cp $JAVA_HOME/lib/tools.jar:target/scala-2.10/proguard/cjmx_2.10-2.4.0-SNAPSHOT.jar cjmx.Main [PID]
java -cp $JAVA_HOME/lib/tools.jar:target/scala-2.10/proguard/cjmx_2.11-2.5.0-SNAPSHOT.jar cjmx.Main [PID]

If a PID is specified on the command line, cjmx will attempt to connect to the local JVM with that PID; otherwise, cjmx starts in a disconnected state.

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "2.5.0-SNAPSHOT"
version in ThisBuild := "2.6.0-SNAPSHOT"

0 comments on commit 522e6b9

Please sign in to comment.