JAVA-3576 - Align module names, folder names and artifact id

This commit is contained in:
sampadawagde
2021-04-02 22:46:25 +05:30
parent 34d4a4032d
commit 7cbf13db95
19 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>jooq</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>jooq-examples</name>
<name>jooq</name>
<packaging>jar</packaging>
<description>jOOQ Examples</description>
@@ -4,7 +4,7 @@
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>
<artifactId>spring-data-cosmosdb</artifactId>
<name>spring-data-cosmos-db</name>
<name>spring-data-cosmosdb</name>
<description>tutorial for spring-data-cosmosdb</description>
<parent>
<groupId>com.baeldung</groupId>