Skip to content

Commit

Permalink
feat: modify core package naming to use com.iqkv
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Sep 29, 2024
1 parent 2643887 commit cd0b016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</developers>

<parent>
<groupId>org.iqkv.boot</groupId>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-parent-pom</artifactId>
<version>24.0.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -63,15 +63,15 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.iqkv.boot</groupId>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.iqkv.boot</groupId>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-mvc-rest</artifactId>
</dependency>
<dependency>
<groupId>org.iqkv.boot</groupId>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-observability</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit cd0b016

Please sign in to comment.