File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assistant/src/main/java/com/ibm/watson/assistant/v2/model Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
86
86
- name : Publish to Maven Central
87
87
env :
88
- GHA_TAG : " refs/tags/v14.0.0 " # for setMavenVersion_gha
88
+ GHA_TAG : " refs/tags/v14.0.1 " # for setMavenVersion_gha
89
89
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }} # for .travis.settings.xml
90
90
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
91
91
GPG_KEYNAME : ${{ secrets.SIGNING_KEY }}
@@ -109,7 +109,7 @@ jobs:
109
109
GHA_BUILD_NUMBER : ${{ github.run_number }}
110
110
GHA_JOB_NUMBER : ${{ github.job_number }}
111
111
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
113
113
run : |
114
114
build/setMavenVersion_gha.sh
115
115
mvn clean javadoc:aggregate $MVN_ARGS
Original file line number Diff line number Diff line change 1
1
/*
2
- * (C) Copyright IBM Corp. 2022, 2024 .
2
+ * (C) Copyright IBM Corp. 2022, 2025 .
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
You can’t perform that action at this time.
0 commit comments