Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba77db0

Browse files
committedFeb 25, 2025·
Bumping custom-codecs plugin version to 3.0.0.0-alpha1
Signed-off-by: Mohit Kumar <mohitamg@amazon.com>
1 parent 9de7fd3 commit ba77db0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
buildscript {
3232
ext {
3333
opensearch_group = "org.opensearch"
34-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
34+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
3535
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
36-
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
36+
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
3737
}
3838

3939
repositories {

‎bwc-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ext {
4444

4545
buildscript {
4646
ext {
47-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
47+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
4848
opensearch_group = "org.opensearch"
4949
}
5050
repositories {

0 commit comments

Comments
 (0)
Please sign in to comment.