From c3a88e29c7733981c9e4c98b30fec89aadb09289 Mon Sep 17 00:00:00 2001 From: Toby Corbin Date: Tue, 3 Mar 2020 09:18:23 +0000 Subject: [PATCH] bump version to 1.8.0 for release Signed-off-by: Toby Corbin --- README.md | 10 +++++----- codewind-spring/pom.xml | 4 ++-- codewind/pom.xml | 4 ++-- dashboard/pom.xml | 4 ++-- dashboard/src/main/webapp/graphmetrics | 2 +- javaagent/pom.xml | 2 +- pom.xml | 2 +- prometheus/pom.xml | 4 ++-- rest/pom.xml | 4 ++-- spring/pom.xml | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 61327b2..249ff03 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,12 @@ Javametrics requires a Java option to be set in order to load the agent. A [jvm ``` # Load Javametrics Java agent --javaagent:/javametrics-agent-1.7.0.jar +-javaagent:/javametrics-agent-1.8.0.jar ``` If you have built the agent locally, your path_to_javametrics_agent_dir will need to point to your clone of javametrics. e.g. ``` --javaagent:/javametrics/javaagent/target/javametrics-agent-1.7.0.jar +-javaagent:/javametrics/javaagent/target/javametrics-agent-1.8.0.jar ``` * NOTE, if you move the javametrics-agent to another directory you need to make sure you take the asm folder with it. The asm folder is required for the agent to run as it contains files that the agent needs @@ -129,12 +129,12 @@ You also need to add the following dependencies to your pom.xml: com.ibm.runtimetools javametrics-spring - 1.7.0 + 1.8.0 com.ibm.runtimetools javametrics-agent - 1.7.0 + 1.8.0 org.glassfish @@ -170,4 +170,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 -1.7.0 +1.8.0 diff --git a/codewind-spring/pom.xml b/codewind-spring/pom.xml index db8a00b..214564b 100644 --- a/codewind-spring/pom.xml +++ b/codewind-spring/pom.xml @@ -4,7 +4,7 @@ com.ibm.runtimetools javametrics-codewind-spring - 1.7.0 + 1.8.0 jar javametrics-codewind-spring @@ -58,7 +58,7 @@ com.ibm.runtimetools javametrics-agent - 1.7.0 + 1.8.0 provided diff --git a/codewind/pom.xml b/codewind/pom.xml index 9988adb..30ff023 100644 --- a/codewind/pom.xml +++ b/codewind/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.7.0 + 1.8.0 4.0.0 javametrics-codewind war @@ -51,7 +51,7 @@ com.ibm.runtimetools javametrics-agent - 1.7.0 + 1.8.0 provided diff --git a/dashboard/pom.xml b/dashboard/pom.xml index 08664f8..603db78 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.7.0 + 1.8.0 4.0.0 javametrics-dash war @@ -57,7 +57,7 @@ com.ibm.runtimetools javametrics-agent - 1.7.0 + 1.8.0 provided diff --git a/dashboard/src/main/webapp/graphmetrics b/dashboard/src/main/webapp/graphmetrics index e7feb9f..e511b0d 160000 --- a/dashboard/src/main/webapp/graphmetrics +++ b/dashboard/src/main/webapp/graphmetrics @@ -1 +1 @@ -Subproject commit e7feb9f3b99f57af2b204991a3383b91c6bc03dd +Subproject commit e511b0da0c4306c711d537365beb66d7711ce6ca diff --git a/javaagent/pom.xml b/javaagent/pom.xml index 8a4fe9f..e511395 100644 --- a/javaagent/pom.xml +++ b/javaagent/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.7.0 + 1.8.0 4.0.0 javametrics-agent javaagent diff --git a/pom.xml b/pom.xml index c4c0943..70c0107 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.ibm.runtimetools javametrics pom - 1.7.0 + 1.8.0 javaagent codewind diff --git a/prometheus/pom.xml b/prometheus/pom.xml index 72a5923..3dc0fe6 100644 --- a/prometheus/pom.xml +++ b/prometheus/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.7.0 + 1.8.0 4.0.0 javametrics-prometheus war @@ -51,7 +51,7 @@ com.ibm.runtimetools javametrics-agent - 1.7.0 + 1.8.0 provided diff --git a/rest/pom.xml b/rest/pom.xml index b863a58..230040f 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.7.0 + 1.8.0 4.0.0 javametrics-rest war @@ -49,7 +49,7 @@ com.ibm.runtimetools javametrics-agent - 1.7.0 + 1.8.0 provided diff --git a/spring/pom.xml b/spring/pom.xml index 6df862c..0a71259 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.ibm.runtimetools javametrics-spring - 1.7.0 + 1.8.0 jar javametrics-spring @@ -58,7 +58,7 @@ com.ibm.runtimetools javametrics-agent - 1.7.0 + 1.8.0 provided