Skip to content

Commit 4a6289d

Browse files
chore: update workflow git tag version
1 parent 4949021 commit 4a6289d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

0 commit comments

Comments
 (0)