You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
92
92
@@ -114,12 +114,12 @@ You also need to add the following dependencies to your pom.xml:
114
114
<dependency>
115
115
<groupId>com.ibm.runtimetools</groupId>
116
116
<artifactId>javametrics-spring</artifactId>
117
-
<version>1.2.0</version>
117
+
<version>1.2.1</version>
118
118
</dependency>
119
119
<dependency>
120
120
<groupId>com.ibm.runtimetools</groupId>
121
121
<artifactId>javametrics-agent</artifactId>
122
-
<version>1.2.0</version>
122
+
<version>1.2.1</version>
123
123
</dependency>
124
124
<dependency>
125
125
<groupId>org.glassfish</groupId>
@@ -155,4 +155,4 @@ This project is released under an Apache 2.0 open source license.
155
155
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.
0 commit comments