Skip to content

Commit 90f77bd

Browse files
authored
Merge pull request #8 from Appdynamics/update-3.0.2
Updated commons to 2.2.13
2 parents 4ef1854 + 13886be commit 90f77bd

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### Version 3.0.2
2+
* Updated to latest version of commons (2.2.13).
13
### Version 3.0.1
24
* Updated to latest version of commons (2.2.4).
35
### Version 3.0.0

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ Please follow the steps listed in this [troubleshooting-document](https://commun
238238
Always feel free to fork and contribute any changes directly here on [GitHub](https://github.com/Appdynamics/tibco-ems-monitoring-extension).
239239

240240
## Version
241-
| Name | Version |
242-
|--------------------------|------------|
243-
|Extension Version |3.0.1 |
244-
|Last Update |08/02/2021 |
245-
|Changes list |[ChangeLog](https://github.com/Appdynamics/tibco-ems-monitoring-extension/blob/master/CHANGELOG.md)|
241+
| Name | Version |
242+
|--------------------------|-----------------------------------------------------------------------------------------------------|
243+
|Extension Version | 3.0.2 |
244+
|Last Update | 09/25/2024 |
245+
|Changes list | [ChangeLog](https://github.com/Appdynamics/tibco-ems-monitoring-extension/blob/master/CHANGELOG.md) |
246246

247247
**Note**: While extensions are maintained and supported by customers under the open-source licensing model, they interact with agents and Controllers that are subject to [AppDynamics’ maintenance and support policy](https://docs.appdynamics.com/latest/en/product-and-release-announcements/maintenance-support-for-software-versions). Some extensions have been tested with AppDynamics 4.5.13+ artifacts, but you are strongly recommended against using versions that are no longer supported.

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.appdynamics.extensions</groupId>
55
<artifactId>tibcoems-monitoring-extension</artifactId>
6-
<version>3.0.1</version>
6+
<version>3.0.2</version>
77
<name>Tibco EMS Monitor</name>
88
<description>Monitor Tibco EMS</description>
99

@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>com.appdynamics</groupId>
2525
<artifactId>appd-exts-commons</artifactId>
26-
<version>2.2.4</version>
26+
<version>2.2.13</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>javax.jms</groupId>
3030
<artifactId>javax.jms-api</artifactId>
31-
<version>2.0</version>
31+
<version>2.0.1</version>
3232
</dependency>
3333
<!-- <dependency>
3434
<groupId>tibco</groupId>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>junit</groupId>
8484
<artifactId>junit</artifactId>
85-
<version>4.11</version>
85+
<version>4.13.1</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

0 commit comments

Comments
 (0)