Skip to content

Commit 9ef627d

Browse files
build(gha): update tag version
1 parent 38d4d60 commit 9ef627d

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
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Publish to Maven Central
8787
env:
88-
GHA_TAG: "refs/tags/v14.0.0" # for setMavenVersion_gha
88+
GHA_TAG: "refs/tags/v14.0.1" # for setMavenVersion_gha
8989
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }} # for .travis.settings.xml
9090
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
9191
GPG_KEYNAME: ${{ secrets.SIGNING_KEY }}
@@ -109,7 +109,7 @@ jobs:
109109
GHA_BUILD_NUMBER: ${{ github.run_number }}
110110
GHA_JOB_NUMBER: ${{ github.job_number }}
111111
GHA_COMMIT: ${{ github.sha }}
112-
GHA_TAG: "refs/tags/v14.0.0" # for setMavenVersion_gha
112+
GHA_TAG: "refs/tags/v14.0.1" # for setMavenVersion_gha
113113
run: |
114114
build/setMavenVersion_gha.sh
115115
mvn clean javadoc:aggregate $MVN_ARGS

assistant/src/main/java/com/ibm/watson/assistant/v2/model/MessageOutputDebugTurnEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright IBM Corp. 2022, 2024.
2+
* (C) Copyright IBM Corp. 2022, 2025.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
55
* the License. You may obtain a copy of the License at

0 commit comments

Comments
 (0)