Skip to content

Commit

Permalink
fixed the typo in the parent artifact name.
Browse files Browse the repository at this point in the history
  • Loading branch information
harshaghanta committed Jan 3, 2025
1 parent 1660e50 commit 4b2cb26
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Services/Ordering/orderapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>base-pom</artifactId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
Expand Down
3 changes: 1 addition & 2 deletions src/Services/Ordering/ordering-backgroundtasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>base-pom</artifactId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>ordering-backgroundtasks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Ordering/ordering-notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>base-pom</artifactId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Payment/paymentapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>base-pom</artifactId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Webhooks/webhooks-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>base-pom</artifactId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>com.eshoponcontainers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Webhooks/webhooks-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>base-pom</artifactId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion src/Services/catalogapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eshoponcontainers</groupId>
<artifactId>base-pom</artifactId>
<artifactId>parent-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>com.eshoponcontainers</groupId>
Expand Down

0 comments on commit 4b2cb26

Please sign in to comment.