Skip to content

Commit

Permalink
Fix script that fixes jmeter DSL version in docs to also update pom.x…
Browse files Browse the repository at this point in the history
…ml included in distributed engine docs
  • Loading branch information
rabelenda-abstracta committed Jun 14, 2024
1 parent d185142 commit c6b5a26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/fix-docs-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ update_file_versions() {

update_file_versions ${VERSION} README.md

find docs -name "*.md" -not -path "*/node_modules/*" | while read DOC_FILE; do
find docs -name "*.md" -o -name "*.xml" -not -path "*/node_modules/*" | while read DOC_FILE; do
update_file_versions ${VERSION} ${DOC_FILE}
done
1 change: 1 addition & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"nodejs@latest": {
"last_modified": "2023-09-10T10:53:27Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/78058d810644f5ed276804ce7ea9e82d92bee293#nodejs_20",
"source": "devbox-search",
"version": "20.6.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/scale/distributed/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>us.abstracta.jmeter</groupId>
<artifactId>jmeter-java-dsl</artifactId>
<version>1.4</version>
<version>1.28</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c6b5a26

Please sign in to comment.