Skip to content

Commit 3e5d4b6

Browse files
authoredJun 30, 2023
Revert 3.0.0 and publish as 2.4.3 (#452)
* REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 (#451)" This reverts commit a1203b9. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3 (#450)" This reverts commit e205a65. * REVERT-3 Revert "fix(deps): update dependency org.openapitools:openapi-generator to v6.6.0 (#449)" This reverts commit e3a1cae. * REVERT-3 Revert "fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.8 (#446)" This reverts commit bc25f75. * REVERT-3 Revert "chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.4.0 (#445)" This reverts commit 822f400. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2 (#443)" This reverts commit 2b8d95e. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v2.6 (#442)" This reverts commit c443a78. * REVERT-3 Revert "Modify README.rst to pass validation (#441)" This reverts commit 5e4078e. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.3.0 (#440)" This reverts commit 1a4f0bf. * REVERT-3 Revert "chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 (#439)" This reverts commit 89e00a7. * REVERT-3 Revert "Use OpenAPI generator (#432)" This reverts commit fe859ad. * REVERT-3 2.4.3
1 parent a1203b9 commit 3e5d4b6

File tree

522 files changed

+20403
-92117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

522 files changed

+20403
-92117
lines changed
 

‎.github/workflows/auto-testing.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
13+
python-version: ['3.7', '3.8', '3.9', '3.10']
1414

1515
steps:
1616
- uses: actions/checkout@v3
17-
with:
18-
submodules: true
1917
- name: Set up Python ${{ matrix.python-version }}
2018
uses: actions/setup-python@v4
2119
with:
@@ -27,7 +25,3 @@ jobs:
2725
- name: Test with pytest
2826
run: |
2927
tox
30-
- name: Ensure README.rst builds correctly for PyPI
31-
run: |
32-
pip install readme-renderer
33-
python -m readme_renderer README.rst >/dev/null

‎.github/workflows/publish-to-pypi.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17-
with:
18-
submodules: true
1917
- name: Set up Python
2018
uses: actions/setup-python@v4
2119
with:

0 commit comments

Comments
 (0)