Merge pull request #11480 from freelansam/JAVA-8398

JAVA-8398: Align module names, folder names and artifact id
This commit is contained in:
Loredana Crusoveanu 2021-11-22 12:03:50 +02:00 committed by GitHub
commit 3dd23710d7
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung</groupId>
<artifactId>spring-cassandra</artifactId>
<artifactId>spring-data-cassandra-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-cassandra</name>
<name>spring-data-cassandra-2</name>
<description>Demo project for Spring Data Cassandra</description>
<parent>

View File

@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>petstore</artifactId>
<artifactId>custom-validations-opeanpi-codegen</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>petstore</name>
<name>custom-validations-opeanpi-codegen</name>
<description>Demo project for Swagger Custom Validations Codegen</description>
<properties>
<java.version>11</java.version>