Skip to content

Commit b203bb6

Browse files
committed
Release 1.0.1
1 parent 012994c commit b203bb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add to your `build->plugins` section (default phase is `initialize` phase)
1515
<plugin>
1616
<groupId>io.github.shomeier</groupId>
1717
<artifactId>openapi-util-maven-plugin</artifactId>
18-
<version>1.0.0</version>
18+
<version>1.0.1</version>
1919
<executions>
2020
<execution>
2121
<goals>
@@ -129,7 +129,7 @@ This plugin is bound to phase 'initialize' which comes before 'generate-sources'
129129
<plugin>
130130
<groupId>io.github.shomeier</groupId>
131131
<artifactId>openapi-util-maven-plugin</artifactId>
132-
<version>1.0.0</version>
132+
<version>1.0.1</version>
133133
<executions>
134134
<execution>
135135
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.shomeier</groupId>
99
<artifactId>openapi-util-maven-plugin</artifactId>
10-
<version>2.0.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
<packaging>maven-plugin</packaging>
1212

1313
<name>openapi-util-maven-plugin Maven Plugin</name>

0 commit comments

Comments
 (0)