Skip to content

Commit 78d9b25

Browse files
authored
fix performance-analyzer-commons version to 2.1.0 (#911)
Signed-off-by: Rishabh Singh <sngri@amazon.com>
1 parent 55ae9bb commit 78d9b25

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616

1717
// The PA Commons (https://github.com/opensearch-project/performance-analyzer-commons)
1818
// is a library dependency with hardcoded versioning in PA and RCA repos.
19-
paCommonsVersion = "2.1.1"
19+
paCommonsVersion = "2.1.0"
2020

2121
// 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT
2222
version_tokens = opensearch_version.tokenize('-')

release-notes/opensearch-performance-analyzer.release-notes-3.5.0.0.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Compatible with OpenSearch and OpenSearch Dashboards version 3.5.0
44

55
### Maintenance
6-
* Consuming performance-analyzer-commons 2.1.1 on JDK21 with all versions bumped for OpenSearch 3.5 release. Takes in the following changes for 3.5 release.
7-
- https://github.com/opensearch-project/performance-analyzer-commons/pull/116
8-
- https://github.com/opensearch-project/performance-analyzer-commons/pull/117
6+
* Consuming performance-analyzer-commons 2.1.0 on JDK21 with all versions bumped for OpenSearch 3.5 release. Takes in the following changes for 3.5 release.
7+
- https://github.com/opensearch-project/performance-analyzer-commons/pull/118
98

10-
* Jackson core and annotations have different minor versions in OpenSearch-3.5.0 snapshot. Since we're using the same variable for both, build fails with invalid version. Using the version as per 3.5 snapshot.
9+
* Jackson core and annotations have different minor versions in OpenSearch-3.5.0 snapshot. Since we're using the same variable for both, build fails with invalid version. Using the version as per 3.5 snapshot.

0 commit comments

Comments
 (0)