Skip to content

Commit 1bf64b6

Browse files
committed
fix module id
1 parent 2fa81e8 commit 1bf64b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence-modules/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.baeldung.core-java-persistence-4</groupId>
6-
<artifactId>core-java-persistence-4</artifactId>
6+
<artifactId>jdbc</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>jdbc</name>

0 commit comments

Comments
 (0)