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 627a101 commit 5817920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 All @@ -51,11 +51,11 @@

<dependencies>
<dependency>
<groupId>org.iqkv.boot</groupId>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-amqp</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 5817920

Please sign in to comment.