JAVA-28505 Fix references to parent (#15345)
This commit is contained in:
parent
e144d0599b
commit
b5f48cee00
|
@ -11,9 +11,8 @@
|
|||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<artifactId>spring-swagger-codegen</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>custom-validations-opeanpi-codegen</module>
|
||||
<module>spring-swagger-codegen-api-client</module>
|
||||
<module>spring-openapi-generator-api-client</module>
|
||||
<module>spring-swagger-codegen-app</module>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-swagger-codegen</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../spring-swagger-codegen</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-swagger-codegen</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../spring-swagger-codegen</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue