Skip to content

Commit 67da960

Browse files
Corrected artifactIds.
1 parent a0e780a commit 67da960

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

chapter01/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.mybatis3</groupId>
8-
<artifactId>com.mybatis3</artifactId>
8+
<artifactId>chapter01</artifactId>
99
<version>0.0.1</version>
1010
<packaging>jar</packaging>
1111

12-
<name>com.mybatis3</name>
12+
<name>chapter01</name>
1313
<url>http://www.mybatis.org</url>
1414
<description>MyBatis Book Chapter 01</description>
1515

chapter04/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.mybatis3</groupId>
8-
<artifactId>com.mybatis3</artifactId>
8+
<artifactId>chapter04</artifactId>
99
<version>0.0.1</version>
1010
<packaging>jar</packaging>
1111

12-
<name>com.mybatis3</name>
12+
<name>chapter04</name>
1313
<url>http://www.mybatis.org</url>
1414
<description>MyBatis Book Chapter 04</description>
1515

chapter05/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.mybatis3</groupId>
8-
<artifactId>com.mybatis3</artifactId>
8+
<artifactId>chapter05</artifactId>
99
<version>0.0.1</version>
1010
<packaging>jar</packaging>
1111

12-
<name>com.mybatis3</name>
12+
<name>chapter04</name>
1313
<url>http://www.mybatis.org</url>
1414
<description>MyBatis Book Chapter 05</description>
1515

0 commit comments

Comments
 (0)