Skip to content

Commit bc355fd

Browse files
authored
Increment version to 2.12.0-SNAPSHOT (#595)
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
1 parent 979e350 commit bc355fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ validateNebulaPom.enabled = false
4848

4949
buildscript {
5050
ext {
51-
opensearch_version = System.getProperty("opensearch.version", "2.11.0-SNAPSHOT")
51+
opensearch_version = System.getProperty("opensearch.version", "2.12.0-SNAPSHOT")
5252
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
5353
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
5454
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT

src/test/java/org/opensearch/geospatial/plugin/GeospatialPluginTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ private Processor.Parameters getProcessorParameter() {
203203
null,
204204
ingestService,
205205
client,
206+
null,
206207
null
207208
);
208209
}

0 commit comments

Comments
 (0)