Skip to content

Commit

Permalink
common version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech committed Sep 26, 2023
1 parent b898842 commit f3476ff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.nashtech.common</groupId>
<artifactId>common</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>common</name>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<properties>
<java.version>19</java.version>
<common.version>1.0.1</common.version>
<common.version>1.0.2</common.version>
<validation-api.version>2.0.1.Final</validation-api.version>
<spring-cloud-gcp.version>4.1.1</spring-cloud-gcp.version>
<spring-cloud.version>2022.0.1</spring-cloud.version>
Expand Down
2 changes: 1 addition & 1 deletion order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<properties>
<java.version>19</java.version>
<project-reactor.version>3.5.9</project-reactor.version>
<common.version>1.0.1</common.version>
<common.version>1.0.2</common.version>
<validation-api.version>2.0.1.Final</validation-api.version>
</properties>

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

<properties>
<java.version>19</java.version>
<common.version>1.0.1</common.version>
<common.version>1.0.2</common.version>
</properties>

<dependencies>
Expand Down
5 changes: 5 additions & 0 deletions projects-changes-deploy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
common
inventory-service
order-service
payment-service
shipment-service
2 changes: 1 addition & 1 deletion shipment-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<properties>
<java.version>19</java.version>
<common.version>1.0.1</common.version>
<common.version>1.0.2</common.version>
<spring-cloud-gcp.version>4.7.2</spring-cloud-gcp.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
</properties>
Expand Down

0 comments on commit f3476ff

Please sign in to comment.