JAVA-28505 Fix references to parent (#15345)

This commit is contained in:
anuragkumawat 2023-12-06 08:41:19 -08:00 committed by GitHub
parent e144d0599b
commit b5f48cee00
4 changed files with 2 additions and 4 deletions

View File

@ -11,9 +11,8 @@
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId> <artifactId>spring-swagger-codegen</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -16,6 +16,7 @@
</parent> </parent>
<modules> <modules>
<module>custom-validations-opeanpi-codegen</module>
<module>spring-swagger-codegen-api-client</module> <module>spring-swagger-codegen-api-client</module>
<module>spring-openapi-generator-api-client</module> <module>spring-openapi-generator-api-client</module>
<module>spring-swagger-codegen-app</module> <module>spring-swagger-codegen-app</module>

View File

@ -33,7 +33,6 @@
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>spring-swagger-codegen</artifactId> <artifactId>spring-swagger-codegen</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<relativePath>../../spring-swagger-codegen</relativePath>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -10,7 +10,6 @@
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>spring-swagger-codegen</artifactId> <artifactId>spring-swagger-codegen</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<relativePath>../../spring-swagger-codegen</relativePath>
</parent> </parent>
<dependencies> <dependencies>