Skip to content

Commit 84f6705

Browse files
committed
Update the openapi-maven-plugin, put version back to 1.0
Putting version back to 1.0 with the groupId change. I think that is ok.
1 parent 13bf638 commit 84f6705

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

openapi-maven-plugin/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# openapi-maven-plugin
22
Maven plugin for OpenAPI generation (swagger)
3+
4+
```xml
5+
6+
<plugin>
7+
<groupId>io.avaje</groupId>
8+
<artifactId>openapi-maven-plugin</artifactId>
9+
<version>1.0</version>
10+
<executions>
11+
<execution>
12+
<id>main</id>
13+
<phase>process-classes</phase>
14+
<goals>
15+
<goal>openapi</goal>
16+
</goals>
17+
</execution>
18+
</executions>
19+
</plugin>
20+
21+
```

openapi-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>openapi-maven-plugin</artifactId>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.0</version>
1212
<packaging>maven-plugin</packaging>
1313
<name>openapi-maven-plugin</name>
1414
<url>https://avaje.io/http</url>

0 commit comments

Comments
 (0)