Skip to content

Commit

Permalink
prepare release 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Apr 5, 2024
1 parent 6757ea4 commit 59efe8b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
*.class
hs_err_pid*
target/
dependency-reduced-pom.xml
.settings
.project
.classpath
dependency-reduced-pom.xml
.settings
.project
.classpath
*.pyc
/bin/
*.ipr
*.iws
.DS_Store
**/test-output/*
Binary file added CI/__pycache__/ghApiClient.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>swagger-inflector</artifactId>
<packaging>jar</packaging>
<name>swagger-inflector</name>
<version>1.0.26-SNAPSHOT</version>
<version>1.0.26</version>
<url>https://github.com/swagger-api/swagger-inflector</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-inflector.git</connection>
Expand Down
2 changes: 1 addition & 1 deletion scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-inflector</artifactId>
<version>1.0.26-SNAPSHOT</version>
<version>1.0.26</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 59efe8b

Please sign in to comment.