Skip to content

Commit e3c537c

Browse files
github-actions[bot]opensearch-ci-botpeterzhuamazon
committed
[AUTO] Increment version to 2.19.1-SNAPSHOT (#1372)
* Increment version to 2.19.1-SNAPSHOT Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> * Update glibc solution Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> --------- Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit c040f26) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent efb8cb6 commit e3c537c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ jobs:
129129
- name: Upload Artifacts
130130
uses: actions/upload-artifact@v4
131131
with:
132-
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}
132+
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.feature }}
133133
path: index-management-artifacts
134134
overwrite: 'true'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit
2626
buildscript {
2727
ext {
2828
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
29-
opensearch_version = System.getProperty("opensearch.version", "2.19.0-SNAPSHOT")
29+
opensearch_version = System.getProperty("opensearch.version", "2.19.1-SNAPSHOT")
3030
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
3131
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
3232
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)