File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
4444name : Publish to Maven Local 
4545        run : | 
46-           ./gradlew publishToMavenLocal -Dopensearch.version=1.0.0-rc1  
46+           ./gradlew publishToMavenLocal -Dopensearch.version=1.0.0 
4747           
4848name : Upload Coverage Report 
4949        uses : codecov/codecov-action@v1 
Original file line number Diff line number Diff line change 1212buildscript  {
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
151151publishing  {
152152    publications {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments