From a85b0e108b533c7381a6f64dbd04fae7c0ec8513 Mon Sep 17 00:00:00 2001 From: Matt Colegate Date: Wed, 4 Dec 2019 09:06:43 +0000 Subject: [PATCH] Version bumps for 1.5.2 release (#102) Signed-off-by: Matthew Colegate --- README.md | 10 +++++----- codewind-spring/pom.xml | 4 ++-- codewind/pom.xml | 4 ++-- dashboard/pom.xml | 4 ++-- javaagent/pom.xml | 2 +- pom.xml | 2 +- prometheus/pom.xml | 4 ++-- rest/pom.xml | 4 ++-- spring/pom.xml | 4 ++-- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 8a13687..a2399e7 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.5.1.jar +-javaagent:/javametrics-agent-1.5.2.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.5.1.jar +-javaagent:/javametrics/javaagent/target/javametrics-agent-1.5.2.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.5.1 + 1.5.2 com.ibm.runtimetools javametrics-agent - 1.5.1 + 1.5.2 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.5.1 +1.5.2 diff --git a/codewind-spring/pom.xml b/codewind-spring/pom.xml index 9e16f12..75bcfde 100644 --- a/codewind-spring/pom.xml +++ b/codewind-spring/pom.xml @@ -4,7 +4,7 @@ com.ibm.runtimetools javametrics-codewind-spring - 1.5.1 + 1.5.2 jar javametrics-codewind-spring @@ -58,7 +58,7 @@ com.ibm.runtimetools javametrics-agent - 1.5.1 + 1.5.2 provided diff --git a/codewind/pom.xml b/codewind/pom.xml index a08a8b3..7934873 100644 --- a/codewind/pom.xml +++ b/codewind/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.5.1 + 1.5.2 4.0.0 javametrics-codewind war @@ -51,7 +51,7 @@ com.ibm.runtimetools javametrics-agent - 1.5.1 + 1.5.2 provided diff --git a/dashboard/pom.xml b/dashboard/pom.xml index b3d351f..b975349 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.5.1 + 1.5.2 4.0.0 javametrics-dash war @@ -57,7 +57,7 @@ com.ibm.runtimetools javametrics-agent - 1.5.1 + 1.5.2 provided diff --git a/javaagent/pom.xml b/javaagent/pom.xml index e4e96e6..4ad89b6 100644 --- a/javaagent/pom.xml +++ b/javaagent/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.5.1 + 1.5.2 4.0.0 javametrics-agent javaagent diff --git a/pom.xml b/pom.xml index 1e52401..059c0c5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.ibm.runtimetools javametrics pom - 1.5.1 + 1.5.2 javaagent codewind diff --git a/prometheus/pom.xml b/prometheus/pom.xml index d2f9fb6..e55be2f 100644 --- a/prometheus/pom.xml +++ b/prometheus/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.5.1 + 1.5.2 4.0.0 javametrics-prometheus war @@ -51,7 +51,7 @@ com.ibm.runtimetools javametrics-agent - 1.5.1 + 1.5.2 provided diff --git a/rest/pom.xml b/rest/pom.xml index ab115ac..1a9c297 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -1,7 +1,7 @@ com.ibm.runtimetools - 1.5.1 + 1.5.2 4.0.0 javametrics-rest war @@ -49,7 +49,7 @@ com.ibm.runtimetools javametrics-agent - 1.5.1 + 1.5.2 provided diff --git a/spring/pom.xml b/spring/pom.xml index 9a9b224..123cbe5 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.ibm.runtimetools javametrics-spring - 1.5.1 + 1.5.2 jar javametrics-spring @@ -58,7 +58,7 @@ com.ibm.runtimetools javametrics-agent - 1.5.1 + 1.5.2 provided