Skip to content

Commit

Permalink
Merge pull request #8 from Appdynamics/update-3.0.2
Browse files Browse the repository at this point in the history
Updated commons to 2.2.13
  • Loading branch information
satish-m authored Sep 26, 2024
2 parents 4ef1854 + 13886be commit 90f77bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Version 3.0.2
* Updated to latest version of commons (2.2.13).
### Version 3.0.1
* Updated to latest version of commons (2.2.4).
### Version 3.0.0
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ Please follow the steps listed in this [troubleshooting-document](https://commun
Always feel free to fork and contribute any changes directly here on [GitHub](https://github.com/Appdynamics/tibco-ems-monitoring-extension).

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

**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.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.appdynamics.extensions</groupId>
<artifactId>tibcoems-monitoring-extension</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<name>Tibco EMS Monitor</name>
<description>Monitor Tibco EMS</description>

Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>com.appdynamics</groupId>
<artifactId>appd-exts-commons</artifactId>
<version>2.2.4</version>
<version>2.2.13</version>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>javax.jms-api</artifactId>
<version>2.0</version>
<version>2.0.1</version>
</dependency>
<!-- <dependency>
<groupId>tibco</groupId>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 90f77bd

Please sign in to comment.