Skip to content

Commit

Permalink
Revert 3.0.0 and publish as 2.4.3 (#452)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Yang-33 committed Jun 30, 2023
1 parent a1203b9 commit 3e5d4b6
Show file tree
Hide file tree
Showing 522 changed files with 20,403 additions and 92,117 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/auto-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -27,7 +25,3 @@ jobs:
- name: Test with pytest
run: |
tox
- name: Ensure README.rst builds correctly for PyPI
run: |
pip install readme-renderer
python -m readme_renderer README.rst >/dev/null
2 changes: 0 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,3 @@ ENV/
.DS_Store
tmp/
*.iml

.openapi-generator
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

27 changes: 0 additions & 27 deletions .openapi-generator-ignore

This file was deleted.

0 comments on commit 3e5d4b6

Please sign in to comment.