Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58e95b3

Browse files
authoredNov 22, 2021
Merge pull request eugenp#11480 from freelansam/JAVA-8398
JAVA-8398: Align module names, folder names and artifact id
2 parents 0d3e309 + 6f6d862 commit 58e95b3

File tree

2 files changed

+4
-4
lines changed
  • persistence-modules/spring-data-cassandra-2
  • spring-swagger-codegen/custom-validations-opeanpi-codegen

2 files changed

+4
-4
lines changed
 

‎persistence-modules/spring-data-cassandra-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.baeldung</groupId>
7-
<artifactId>spring-cassandra</artifactId>
7+
<artifactId>spring-data-cassandra-2</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
9-
<name>spring-cassandra</name>
9+
<name>spring-data-cassandra-2</name>
1010
<description>Demo project for Spring Data Cassandra</description>
1111

1212
<parent>

‎spring-swagger-codegen/custom-validations-opeanpi-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>
12-
<artifactId>petstore</artifactId>
12+
<artifactId>custom-validations-opeanpi-codegen</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>petstore</name>
14+
<name>custom-validations-opeanpi-codegen</name>
1515
<description>Demo project for Swagger Custom Validations Codegen</description>
1616
<properties>
1717
<java.version>11</java.version>

0 commit comments

Comments
 (0)
Please sign in to comment.