diff --git a/README.md b/README.md index a603c85..ae19592 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The following data collection sources are built-in: GC | Percentage time spent in garbage collection Memory | Java native and non-native memory usage HTTP | HTTP request information - + ## Getting Started ### Prerequisites @@ -56,9 +56,9 @@ Coming soon Requirements: Maven -To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing +To build javametrics, run `mvn clean package` from the root project. This will build a zip file in the distribution directory containing `javametrics-agent.jar`, `javametrics-web.war` and a `lib/` directory with the `asm*.jar` files. - + ## Source code The source code for Application Metrics for Java is available in the [Javametrics Github project](http://github.com/RuntimeTools/javametrics). @@ -69,4 +69,4 @@ This project is released under an Apache 2.0 open source license. This project uses a semver-parsable X.0.Z version number for releases, where X is incremented for breaking changes to the public API described in this document and Z is incremented for bug fixes **and** for non-breaking changes to the public API that provide new function. ## Version -0.0.0 +1.0.1 diff --git a/dashboard/pom.xml b/dashboard/pom.xml index 660902f..3cf7a39 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -1,8 +1,8 @@ - 4.0.0 com.ibm.runtimetools - 1.0.0 + 1.0.1 + 4.0.0 javametrics-dash war dashboard diff --git a/javaagent/pom.xml b/javaagent/pom.xml index 2a5df3b..d867a21 100644 --- a/javaagent/pom.xml +++ b/javaagent/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.0.0 + 1.0.1 4.0.0 javametrics-agent javaagent @@ -179,4 +179,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 8b72e8c..9c69f80 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,9 @@ com.ibm.runtimetools javametrics pom - 1.0.0 + 1.0.1 javaagent dashboard - -