Added parent module on poms that have no parent defined (#3997)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
b1dcdba075
commit
0466d4613d
@@ -5,6 +5,11 @@
|
||||
<artifactId>spring-swagger-codegen</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modules>
|
||||
<module>spring-swagger-codegen-api-client</module>
|
||||
<module>spring-swagger-codegen-app</module>
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<url>https://github.com/swagger-api/swagger-codegen</url>
|
||||
<description>Swagger Java</description>
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-swagger-codegen</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:swagger-api/swagger-codegen.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:swagger-api/swagger-codegen.git</developerConnection>
|
||||
|
||||
Reference in New Issue
Block a user