Skip to content

Commit c7ac406

Browse files
authored
fix the publish script to update all pom files (#570)
1 parent 2f5f68c commit c7ac406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Android/AndroidKeyChainPubSub/src/main/java/androidkeychainpubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
2222
<artifactId>aws-iot-device-sdk</artifactId>
23-
<version>1.20.1</version>
23+
<version>1.20.2</version>
2424
</dependency>
2525
</dependencies>
2626
</profile>

utils/publish-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ git add documents/ANDROID.md
6161
git add android/iotdevicesdk/build.gradle
6262
git add samples/Android/app/build.gradle
6363
# Add all the sample pom files
64-
find . -name "pom.xml" -maxdepth 4 -mindepth 3 -exec git add {} +
64+
find . -name "pom.xml" -exec git add {} +
6565
# go back to the utils folder
6666
cd utils
6767

0 commit comments

Comments
 (0)