Skip to content

Commit

Permalink
v0.0.3 Test End
Browse files Browse the repository at this point in the history
UserService - Test

SellerService - Test

OrderService - Test

ItemService - Test
  • Loading branch information
JeongSeonggil committed Jun 5, 2022
1 parent 4e08a9f commit 1464b9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ItemService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.submarket</groupId>
<artifactId>itemservice</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<name>ItemService</name>
<description>ItemService</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion OrderService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.submarket</groupId>
<artifactId>orderservice</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<name>OrderService</name>
<description>OrderService</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion SellerService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.submarket</groupId>
<artifactId>sellerservice</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<name>SellerService</name>
<description>SellerService</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion UserService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.submarket</groupId>
<artifactId>userservice</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<name>UserService</name>
<description>UserService</description>
<properties>
Expand Down

0 comments on commit 1464b9e

Please sign in to comment.