Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shomeier committed Sep 4, 2021
1 parent ddaaaee commit ef608cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add to your `build->plugins` section (default phase is `initialize` phase)
<plugin>
<groupId>io.github.shomeier</groupId>
<artifactId>openapi-util-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.2</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -158,7 +158,7 @@ You can provide your own transformation of an OpenAPI document via a lambda stri
<plugin>
<groupId>io.github.shomeier</groupId>
<artifactId>openapi-util-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.2</version>
<dependencies>
<dependency>
<groupId>io.swagger.core.v3</groupId>
Expand Down Expand Up @@ -235,7 +235,7 @@ This plugin is bound to phase 'initialize' which comes before 'generate-sources'
<plugin>
<groupId>io.github.shomeier</groupId>
<artifactId>openapi-util-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.2</version>
<executions>
<execution>
<goals>
Expand All @@ -258,7 +258,7 @@ This plugin is bound to phase 'initialize' which comes before 'generate-sources'
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>5.2.0</version>
<version>5.2.1</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 @@ -7,7 +7,7 @@

<groupId>io.github.shomeier</groupId>
<artifactId>openapi-util-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>maven-plugin</packaging>

<name>openapi-util-maven-plugin Maven Plugin</name>
Expand Down

0 comments on commit ef608cf

Please sign in to comment.