Skip to content

Commit 31493c5

Browse files

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

‎.kokoro/release/publish_javadoc.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
pushd $(dirname "$0")/../../
2929

3030
# install docuploader package
31-
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
31+
python3 -m pip install gcp-docuploader
3232

3333
# compile all packages
3434
mvn clean install -B -q -DskipTests=true

‎.kokoro/release/publish_javadoc11.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
pushd $(dirname "$0")/../../
2929

3030
# install docuploader package
31-
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
31+
python3 -m pip install gcp-docuploader
3232

3333
# compile all packages
3434
mvn clean install -B -q -DskipTests=true

‎.kokoro/release/stage.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
set -eo pipefail
1717

1818
# Start the releasetool reporter
19-
requirementsFile=$(realpath $(dirname "${BASH_SOURCE[0]}")/../requirements.txt)
20-
python3 -m pip install --require-hashes -r $requirementsFile
19+
python3 -m pip install gcp-releasetool
2120
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
2221

2322
source $(dirname "$0")/common.sh

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.1.3')
52+
implementation platform('com.google.cloud:libraries-bom:26.1.4')
5353
5454
implementation 'com.google.cloud:google-cloud-firestore'
5555
```

‎renovate.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
":maintainLockFilesDisabled",
1111
":autodetectPinVersions"
1212
],
13-
"ignorePaths": [".kokoro/requirements.txt"],
1413
"packageRules": [
1514
{
1615
"packagePatterns": [

0 commit comments

Comments
 (0)