Skip to content

Commit

Permalink
feat: extend artifactId naming with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Nov 5, 2024
1 parent c0f60fc commit af096f1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bookingdb-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>bookingdb-support</name>
<parent>
<groupId>com.iqkv.incubator.sample.bookingdb</groupId>
<artifactId>bookingdb</artifactId>
<artifactId>sample-bookingdb</artifactId>
<version>24.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dashboard-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<parent>
<groupId>com.iqkv.incubator.sample.bookingdb</groupId>
<artifactId>bookingdb</artifactId>
<artifactId>sample-bookingdb</artifactId>
<version>24.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion edge-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<parent>
<groupId>com.iqkv.incubator.sample.bookingdb</groupId>
<artifactId>bookingdb</artifactId>
<artifactId>sample-bookingdb</artifactId>
<version>24.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion importer-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<parent>
<groupId>com.iqkv.incubator.sample.bookingdb</groupId>
<artifactId>bookingdb</artifactId>
<artifactId>sample-bookingdb</artifactId>
<version>24.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion init-container-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<parent>
<groupId>com.iqkv.incubator.sample.bookingdb</groupId>
<artifactId>bookingdb</artifactId>
<artifactId>sample-bookingdb</artifactId>
<version>24.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.iqkv.incubator.sample.bookingdb</groupId>
<artifactId>bookingdb</artifactId>
<artifactId>sample-bookingdb</artifactId>
<version>24.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down

0 comments on commit af096f1

Please sign in to comment.