Skip to content

Commit d05a50e

Browse files
Bump to version 1.0.0.0 (#34)
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
1 parent cfb81ad commit d05a50e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
ref: '1.0'
3535
- name: Build OpenSearch
3636
working-directory: ./OpenSearch
37-
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=rc1 -Dbuild.snapshot=false
37+
run: ./gradlew publishToMavenLocal -Dbuild.snapshot=false
3838

3939
# common-utils
4040
- name: Build and Test
4141
run: |
42-
./gradlew build -Dopensearch.version=1.0.0-rc1
42+
./gradlew build -Dopensearch.version=1.0.0
4343
4444
- name: Publish to Maven Local
4545
run: |
46-
./gradlew publishToMavenLocal -Dopensearch.version=1.0.0-rc1
46+
./gradlew publishToMavenLocal -Dopensearch.version=1.0.0
4747
4848
- name: Upload Coverage Report
4949
uses: codecov/codecov-action@v1

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
buildscript {
1313
ext {
1414
opensearch_group = "org.opensearch"
15-
opensearch_version = System.getProperty("opensearch.version", "1.0.0-rc1")
15+
opensearch_version = System.getProperty("opensearch.version", "1.0.0")
1616
kotlin_version = System.getProperty("kotlin.version", "1.4.32")
1717
}
1818

@@ -146,7 +146,7 @@ task javadocJar(type: Jar) {
146146
from javadoc.destinationDir
147147
}
148148

149-
version '1.0.0.0-rc1'
149+
version '1.0.0.0'
150150

151151
publishing {
152152
publications {

0 commit comments

Comments
 (0)