Skip to content

Commit c6b5a26

Browse files
Fix script that fixes jmeter DSL version in docs to also update pom.xml included in distributed engine docs
1 parent d185142 commit c6b5a26

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/fix-docs-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ update_file_versions() {
1515

1616
update_file_versions ${VERSION} README.md
1717

18-
find docs -name "*.md" -not -path "*/node_modules/*" | while read DOC_FILE; do
18+
find docs -name "*.md" -o -name "*.xml" -not -path "*/node_modules/*" | while read DOC_FILE; do
1919
update_file_versions ${VERSION} ${DOC_FILE}
2020
done

devbox.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"nodejs@latest": {
1717
"last_modified": "2023-09-10T10:53:27Z",
18+
"plugin_version": "0.0.2",
1819
"resolved": "github:NixOS/nixpkgs/78058d810644f5ed276804ce7ea9e82d92bee293#nodejs_20",
1920
"source": "devbox-search",
2021
"version": "20.6.1"

docs/guide/scale/distributed/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>us.abstracta.jmeter</groupId>
3636
<artifactId>jmeter-java-dsl</artifactId>
37-
<version>1.4</version>
37+
<version>1.28</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)