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 8686
8787 - name : Publish to Maven Central
8888 env :
89- GHA_TAG : " refs/tags/v15 .0.0" # for setMavenVersion_gha
89+ GHA_TAG : " refs/tags/v16 .0.0" # for setMavenVersion_gha
9090 CENTRAL_USERNAME : ${{ secrets.CENTRAL_USERNAME }} # for .travis.settings.xml
9191 CENTRAL_PASSWORD : ${{ secrets.CENTRAL_PASSWORD }}
9292 GPG_KEYNAME : ${{ secrets.SIGNING_KEY }}
@@ -110,7 +110,7 @@ jobs:
110110 GHA_BUILD_NUMBER : ${{ github.run_number }}
111111 GHA_JOB_NUMBER : ${{ github.job_number }}
112112 GHA_COMMIT : ${{ github.sha }}
113- GHA_TAG : " refs/tags/v15 .0.0" # for setMavenVersion_gha
113+ GHA_TAG : " refs/tags/v16 .0.0" # for setMavenVersion_gha
114114 run : |
115115 build/setMavenVersion_gha.sh
116116 mvn clean javadoc:aggregate $MVN_ARGS
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >com.ibm.watson</groupId >
1919 <artifactId >ibm-watson</artifactId >
20- <version >15 .0.0</version >
20+ <version >16 .0.0</version >
2121 </dependency >
2222 </dependencies >
2323 <properties >
You can’t perform that action at this time.
0 commit comments