Skip to content

Commit

Permalink
Merge pull request #112 from eldaduzman/upgrade-to-dsl-1.9
Browse files Browse the repository at this point in the history
udpate Meter DSL version
  • Loading branch information
eldaduzman authored Apr 10, 2023
2 parents 4e36e7e + 058fc81 commit 85b6900
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install python dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions poetry
pip install tox tox-gh-actions poetry==1.2.0
- name: make jars dir
run: mkdir -p src/pymeter/resources/jars
- name: copy jars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
pip install poetry==1.2.0
poetry install --only-root
- name: Build package
run: poetry build -f sdist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simple JMeter performance tests API for python
![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/pylint.svg)
![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/mutscore.svg)
[![Generic badge](https://img.shields.io/badge/python-3.8|3.9|3.10|3.11-blue.svg)](https://python.org/)
[![Generic badge](https://img.shields.io/badge/JMeterDsl-1.4-blue.svg)](https://abstracta.github.io/jmeter-java-dsl/)
[![Generic badge](https://img.shields.io/badge/JMeterDsl-1.9-blue.svg)](https://abstracta.github.io/jmeter-java-dsl/)
[![Documentation Status](https://readthedocs.org/projects/pymeter/badge/?version=latest)](https://pymeter.readthedocs.io/en/latest/?badge=latest)


Expand Down
2 changes: 1 addition & 1 deletion java-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>us.abstracta.jmeter</groupId>
<artifactId>jmeter-java-dsl</artifactId>
<version>1.6</version>
<version>1.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymeter"
version = "1.1.0"
version = "1.2.0"
description = "Simple JMeter performance tests API for python"
authors = ["Eldad Uzman <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 85b6900

Please sign in to comment.