Skip to content

Commit

Permalink
Merge pull request #405 from rhusar/openapi-module-name-fix
Browse files Browse the repository at this point in the history
Fix microprofile-openapi module and artifact names
  • Loading branch information
pferraro committed Mar 25, 2020
2 parents 72796ef + 8775d1f commit 0b3dae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion microprofile-openapi/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ info:
description: Application for tracking store inventory
version: "1.0"
servers:
- url: /microprofile-openapi-quickstart
- url: /microprofile-openapi
paths:
/inventory/fruit:
get:
Expand Down
4 changes: 2 additions & 2 deletions microprofile-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<version>20.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-quickstart</artifactId>
<artifactId>microprofile-openapi</artifactId>
<packaging>war</packaging>

<name>microprofile-openapi-quickstart</name>
<name>Quickstart: microprofile-openapi</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0b3dae8

Please sign in to comment.