Skip to content

Commit

Permalink
change groupId -> cn.zhxu
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Dec 1, 2022
1 parent ddc4114 commit 44cb3a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bean-searcher-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
<packaging>jar</packaging>

<parent>
<groupId>com.ejlchina</groupId>
<groupId>cn.zhxu</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>4.0.0.alpha</version>
</parent>

<properties>
<spring.boot.version>2.7.6</spring.boot.version>
<spring.boot.version>3.0.0</spring.boot.version>
</properties>

<dependencies>
<dependency>
<groupId>com.ejlchina</groupId>
<groupId>cn.zhxu</groupId>
<artifactId>bean-searcher</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion bean-searcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>

<parent>
<groupId>com.ejlchina</groupId>
<groupId>cn.zhxu</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>4.0.0.alpha</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>比 MyBatis 效率快 100 倍的条件检索引擎,使一行代码实现复杂列表检索成为可能!</description>
<url>https://github.com/troyzhxu/bean-searcher</url>

<groupId>com.ejlchina</groupId>
<groupId>cn.zhxu</groupId>
<artifactId>bean-searcher-parent</artifactId>
<version>4.0.0.alpha</version>

Expand Down

0 comments on commit 44cb3a3

Please sign in to comment.