Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shomeier committed Jul 25, 2021
1 parent 012994c commit b203bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.0.0</version>
<version>1.0.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -129,7 +129,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.0.0</version>
<version>1.0.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>2.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>maven-plugin</packaging>

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

0 comments on commit b203bb6

Please sign in to comment.