Skip to content

Commit b816607

Browse files
committed
Merge branch '1.4'
2 parents fe78837 + 32d9d78 commit b816607

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ For any questions or feature request, please contact [AppDynamics Center of Exce
286286
## Change Log ##
287287
| Param | Description |
288288
| ----- | ----- |
289+
| 1.4.2 | Updated the onTaskComplete Metric Path
289290
| 1.4.1 | Updated way to pick up encrypted password |
290291
| 1.4 | Complete Revamp to add support to get multiple columns in one query, functionality changes, adheres to new Extensions standards(2.0.1) |
291292

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.appdynamics.extensions</groupId>
88
<artifactId>sql-monitoring-extension</artifactId>
9-
<version>1.4.1</version>
9+
<version>1.4.2</version>
1010
<packaging>jar</packaging>
1111
<name>sql-monitoring-extension</name>
1212
<url>http://maven.apache.org</url>
@@ -27,7 +27,7 @@
2727
<groupId>com.appdynamics</groupId>
2828
<artifactId>machine-agent</artifactId>
2929
<version>3.7.11</version>
30-
<!--<scope>provided</scope>-->
30+
<scope>provided</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.appdynamics</groupId>

0 commit comments

Comments
 (0)