Skip to content

Commit

Permalink
Release 1.3.10 common-utils (#903)
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed May 16, 2023
1 parent 0d34c6b commit ecb2f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
plugin_version = opensearch_version
}
// 1.2.0 -> 1.2.0.0, and 1.2.0-SNAPSHOT -> 1.2.0.0-SNAPSHOT
opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2')
opensearch_build = opensearch_version.replaceAll(/(\.\d+)([^\d]*)$/, '$1.0$2')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
job_scheduler_version_snapshot = System.getProperty("job_scheduler.version", opensearch_build)
js_resource_folder = "src/test/resources/job-scheduler"
Expand Down Expand Up @@ -799,4 +799,4 @@ if (printLogs) {
outputs.upToDateWhen {false}
}
}
}
}

0 comments on commit ecb2f8c

Please sign in to comment.