Skip to content

Commit 020ff28

Browse files
committed
Fixing Build Failures
1 parent ae343a1 commit 020ff28

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<packaging>pom</packaging>
88

99
<url>https://github.com/kicksolutions/swagger2puml</url>
10+
<name>swagger-plantuml-reactor</name>
11+
<description>Reactor POM to generate Plant UML from Swagger</description>
1012

1113
<organization>
1214
<name>Kick Solutions</name>

swagger2puml-core/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<groupId>io.github.kicksolutions</groupId>
1111
<artifactId>swagger-plantuml-core</artifactId>
1212
<version>0.0.1-alpha</version>
13+
<name>swagger-plantuml-core</name>
14+
<description>Core POM to generate Plant UML from Swagger</description>
1315

1416
<packaging>jar</packaging>
1517
<name>swagger2plantuml-core</name>

0 commit comments

Comments
 (0)