Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Setting version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 4, 2024
1 parent f49fb9a commit 4832f96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ opensearchplugin {
noticeFile rootProject.file('NOTICE.txt')
}

group = 'org.opensearch'
version = "${ubiVersion}-os${opensearchVersion}"

// disabling some unnecessary validations for this plugin
testingConventions.enabled = false
loggerUsageCheck.enabled = false
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
opensearchVersion = 2.12.0
opensearchVersion = 2.12.0
ubiVersion = 0.0.8

0 comments on commit 4832f96

Please sign in to comment.