Skip to content

Commit

Permalink
Fixing version for the client (#254)
Browse files Browse the repository at this point in the history
* Fixing version for the client

Signed-off-by: Vacha Shah <vachshah@amazon.com>

* Fixing build

Signed-off-by: Vacha Shah <vachshah@amazon.com>

* Add CHANGELOG

Signed-off-by: Vacha Shah <vachshah@amazon.com>

Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah committed Nov 3, 2022
1 parent c7b753e commit 4229b59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Add timeout and throttle to the jenkins workflows ([#231](https://github.com/opensearch-project/opensearch-java/pull/231))
- Updating maintainers, admins and documentation ([#248](https://github.com/opensearch-project/opensearch-java/pull/248))
- Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246))
- Fixing version and build ([#254](https://github.com/opensearch-project/opensearch-java/pull/254))

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
systemProp.version = 3.0.0-SNAPSHOT
systemProp.version = 3.0.0
4 changes: 4 additions & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ buildscript {
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
}
dependencies {
"classpath"(group = "org.opensearch.gradle", name = "build-tools", version = "3.0.0-SNAPSHOT")
}
}

plugins {
Expand All @@ -50,6 +53,7 @@ plugins {
`maven-publish`
id("com.github.jk1.dependency-license-report") version "1.19"
}
apply(plugin = "opensearch.repositories")

checkstyle {
toolVersion = "10.0"
Expand Down

0 comments on commit 4229b59

Please sign in to comment.