Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuntrock committed Oct 30, 2023
1 parent b0477cc commit efc7af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/fr/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A la suite, ajoutez dans votre pom.xml les lignes suivantes en les adaptant au b
<plugin>
<groupId>io.github.kbuntrock</groupId>
<artifactId>openapi-maven-plugin</artifactId>
<version>0.0.16</version>
<version>0.0.17</version>
<executions>
<execution>
<id>documentation</id>
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Then, add the openapi-maven-plugin configuration and adapt the present values wi
<plugin>
<groupId>io.github.kbuntrock</groupId>
<artifactId>openapi-maven-plugin</artifactId>
<version>0.0.16</version>
<version>0.0.17</version>
<executions>
<execution>
<id>documentation</id>
Expand Down

0 comments on commit efc7af5

Please sign in to comment.