diff --git a/CHANGES.md b/CHANGES.md index 135818f..8433324 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,4 +7,7 @@ * Upgraded version with Commons 2.2.3 ### Version 3.0.1 -* Upgrading to Commons 2.2.4 \ No newline at end of file +* Upgrading to Commons 2.2.4 + +### Version 3.0.2 +* Upgrading to Commons 2.2.5 \ No newline at end of file diff --git a/README.md b/README.md index 8f6fa79..2bbc080 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,9 @@ Always feel free to fork and contribute any changes directly via [GitHub](https: ## Version | Name | Version | |--------------------------|------------| -|Extension Version |3.0.1 | +|Extension Version |3.0.2 | |Product Tested on |6.6.2 | -|Last Update |15/01/2021 | +|Last Update |23/09/2021 | |Changes list |[ChangeLog](https://github.com/Appdynamics/elasticsearch-monitoring-extension/blob/master/CHANGES.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. diff --git a/pom.xml b/pom.xml index 15768ba..6722dbc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.appdynamics.extensions</groupId> <artifactId>elasticsearch-monitoring-extension</artifactId> - <version>3.0.1</version> + <version>3.0.2</version> <packaging>jar</packaging> <name>elasticsearch-monitoring-extension</name> <description>Monitors Elasticsearch</description> @@ -28,7 +28,7 @@ <dependency> <groupId>com.appdynamics</groupId> <artifactId>appd-exts-commons</artifactId> - <version>2.2.4</version> + <version>2.2.5</version> </dependency> <dependency> <groupId>junit</groupId>