Skip to content

Commit 880c94e

Browse files
committed
build: 4.1.4 release
1 parent b1b27db commit 880c94e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

hsweb-easy-orm-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

13+
<name>Easy ORM Core</name>
1314
<artifactId>hsweb-easy-orm-core</artifactId>
1415
<description>easyorm核心,提供dsl工具封装</description>
1516

hsweb-easy-orm-rdb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

13+
<name>Easy ORM RDB</name>
1314
<artifactId>hsweb-easy-orm-rdb</artifactId>
1415
<description>easyorm关系型数据库实现,支持h2,Oracle,Mysql,PostgreSQL</description>
1516

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<module>hsweb-easy-orm-rdb</module>
1313
</modules>
1414

15-
<name>${project.artifactId}</name>
15+
<name>Easy ORM</name>
1616
<url>https://www.hswebframework.org</url>
1717
<description>一个简单的orm工具</description>
1818

0 commit comments

Comments
 (0)