diff --git a/.gitignore b/.gitignore index b430fb64..ce43916f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,13 @@ *.class hs_err_pid* target/ -dependency-reduced-pom.xml -.settings -.project -.classpath \ No newline at end of file +dependency-reduced-pom.xml +.settings +.project +.classpath +*.pyc +/bin/ +*.ipr +*.iws +.DS_Store +**/test-output/* diff --git a/CI/__pycache__/ghApiClient.cpython-310.pyc b/CI/__pycache__/ghApiClient.cpython-310.pyc new file mode 100644 index 00000000..08ba1d3b Binary files /dev/null and b/CI/__pycache__/ghApiClient.cpython-310.pyc differ diff --git a/pom.xml b/pom.xml index 9f77ada9..46227aa6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ swagger-inflector jar swagger-inflector - 1.0.26-SNAPSHOT + 1.0.26 https://github.com/swagger-api/swagger-inflector scm:git:git@github.com:swagger-api/swagger-inflector.git diff --git a/scripts/pom.xml b/scripts/pom.xml index 25dfdfd2..a8372219 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -170,7 +170,7 @@ io.swagger swagger-inflector - 1.0.26-SNAPSHOT + 1.0.26