Skip to content

Commit 5fe3d1c

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botcwperks
authored
[AUTO] Increment version to 3.3.0-SNAPSHOT (#1918)
* Increment version to 3.3.0-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * Remove Windows hack Signed-off-by: Craig Perkins <[email protected]> * Remove Windows hack Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
1 parent a990ded commit 5fe3d1c

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/test-workflow.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
include:
8888
- os: windows-latest
8989
os_build_args: -x integTest
90-
working_directory: X:\
9190
os_java_options: -Xmx4096M
9291

9392
# Job name
@@ -99,12 +98,6 @@ jobs:
9998
- name: Checkout Branch
10099
uses: actions/checkout@v4
101100

102-
# This is a hack, but this step creates a link to the X: mounted drive, which makes the path
103-
# short enough to work on Windows
104-
- name: Shorten Path
105-
if: ${{ matrix.os == 'windows-latest' }}
106-
run: subst 'X:' .
107-
108101
# This step uses the setup-java Github action: https://github.com/actions/setup-java
109102
- name: Set Up JDK ${{ matrix.java }}
110103
uses: actions/setup-java@v4

alerting/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ configurations {
126126
// This flag indicates the existence of security plugin
127127
def securityEnabled = System.getProperty("security", "false") == "true" || System.getProperty("https", "false") == "true"
128128

129-
// Always be minimumCompatibilityVersion of current opensearch version(3.2.0)
129+
// Always be minimumCompatibilityVersion of current opensearch version(3.3.0)
130130
// get latest 3.x version from OpenSearch
131131
static def fetchVersionProperties() {
132132
def url = 'https://raw.githubusercontent.com/opensearch-project/OpenSearch/refs/heads/3.1/buildSrc/version.properties'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
apply from: 'build-tools/repositories.gradle'
88

99
ext {
10-
opensearch_version = System.getProperty("opensearch.version", "3.2.0-SNAPSHOT")
10+
opensearch_version = System.getProperty("opensearch.version", "3.3.0-SNAPSHOT")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1313
// 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT

0 commit comments

Comments
 (0)