Skip to content

Commit

Permalink
fix the publish script to update all pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Apr 11, 2024
1 parent 2f5f68c commit 3704e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
<artifactId>aws-iot-device-sdk</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion utils/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ git add documents/ANDROID.md
git add android/iotdevicesdk/build.gradle
git add samples/Android/app/build.gradle
# Add all the sample pom files
find . -name "pom.xml" -maxdepth 4 -mindepth 3 -exec git add {} +
find . -name "pom.xml" -exec git add {} +
# go back to the utils folder
cd utils

Expand Down

0 comments on commit 3704e0c

Please sign in to comment.