File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828      #  common-utils
2929      - name : Build and Test 
3030        run : | 
31-           ./gradlew build -Dopensearch.version=1.2 .0-SNAPSHOT 
31+           ./gradlew build -Dopensearch.version=1.3 .0-SNAPSHOT 
3232
3333name : Publish to Maven Local 
3434        run : | 
35-           ./gradlew publishToMavenLocal -Dopensearch.version=1.2 .0-SNAPSHOT 
35+           ./gradlew publishToMavenLocal -Dopensearch.version=1.3 .0-SNAPSHOT 
3636           
3737name : Upload Coverage Report 
3838        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.2 .0-SNAPSHOT" 
15+         opensearch_version =  System . getProperty(" opensearch.version" " 1.3 .0-SNAPSHOT" 
1616        kotlin_version =  System . getProperty(" kotlin.version" " 1.4.32" 
1717    }
1818
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments