Skip to content

Commit 771dc1b

Browse files
committed
upper case project name
1 parent d8e7826 commit 771dc1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<version>3.1.0-SNAPSHOT</version>
3232
<packaging>jar</packaging>
3333

34-
<name>mybatis</name>
34+
<name>MyBatis</name>
3535
<description>
36-
The mybatis data mapper framework makes it easier to use a relational database with object-oriented
37-
applications. mybatis couples objects with stored procedures or SQL statements using a XML descriptor or
36+
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented
37+
applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or
3838
annotations. Simplicity is the biggest advantage of the mybatis data mapper over object relational mapping
3939
tools.
4040
</description>

0 commit comments

Comments
 (0)