We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c04d9 commit 8ac1040Copy full SHA for 8ac1040
update-crt.py
@@ -113,7 +113,7 @@ def update_samples():
113
for sample_folder in sample_folders:
114
sample_files = os.walk(sample_folder).__next__()[2]
115
for file in sample_files:
116
- if file.endswith(".xml"):
+ if file.endswith("pom.xml"):
117
update(filepath=sample_folder + "/" + file,
118
preceded_by=r'<artifactId>aws-iot-device-sdk</artifactId>\s*<version>',
119
followed_by=r'</version>',
0 commit comments