Skip to content

Commit

Permalink
#66 Update pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejutovazquez committed Jun 21, 2022
1 parent d8a29a0 commit 5e0fbed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ As commented above, they both could be used at the same time, setting a double
<plugin>
<groupId>net.coru</groupId>
<artifactId>scs-multiapi-maven-plugin</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<executions>
<execution>
<id>asyncapi</id>
Expand Down Expand Up @@ -111,7 +111,7 @@ which the plugin is designed.
<plugin>
<groupId>net.coru</groupId>
<artifactId>scs-multiapi-maven-plugin</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down Expand Up @@ -464,7 +464,7 @@ file. Here is an example of a basic configuration:
<plugin>
<groupId>net.coru</groupId>
<artifactId>scs-multiapi-maven-plugin</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.coru</groupId>
<artifactId>scs-multiapi-maven-plugin</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<packaging>maven-plugin</packaging>

<name>AsyncApi - OpenApi Code Generator Maven Plugin</name>
Expand Down

0 comments on commit 5e0fbed

Please sign in to comment.