Skip to content

Commit

Permalink
Merge pull request #45 from darshnair/development
Browse files Browse the repository at this point in the history
Final Release
  • Loading branch information
darshnair authored Aug 10, 2022
2 parents 313a824 + 5d86f90 commit b3ab5a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nms-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.nms.auth</groupId>
<artifactId>nms-auth</artifactId>
<version>2022.08.09-SNAPSHOT</version>
<version>2022.08.10</version>
<name>nms-auth</name>
<description>This is auth service</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion nms-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.nms.core</groupId>
<artifactId>nms-core</artifactId>
<version>2022.08.09-SNAPSHOT</version>
<version>2022.08.10</version>
<name>nms-core</name>
<description>nms</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion nms-eureka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.nms.eureka</groupId>
<artifactId>nms-eureka</artifactId>
<version>2022.08.09-SNAPSHOT</version>
<version>2022.08.10</version>
<name>nms-eureka</name>
<description>This is microservice is for eureka service registry</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion nms-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.nms.gateway</groupId>
<artifactId>nms-gateway</artifactId>
<version>2022.08.09-SNAPSHOT</version>
<version>2022.08.10</version>
<name>nms-gateway</name>
<description>This microservice is for api gateway</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion nms-genre/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.nms.genre</groupId>
<artifactId>nms-genre</artifactId>
<version>2022.08.09-SNAPSHOT</version>
<version>2022.08.10</version>
<name>nms-genre</name>
<description>This is genre service</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion nms-movie/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.nms.movie</groupId>
<artifactId>nms-movie</artifactId>
<version>2022.08.09-SNAPSHOT</version>
<version>2022.08.10</version>
<name>nms-movie</name>
<description>This is movies service</description>
<properties>
Expand Down

0 comments on commit b3ab5a1

Please sign in to comment.