Skip to content

Commit

Permalink
Merge tag '0.0.7' into develop
Browse files Browse the repository at this point in the history
Realease version 0.0.7
  • Loading branch information
johnnymillergh committed Feb 2, 2022
2 parents c866256 + 230ca4c commit a9063f4
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 11 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# [0.0.7](https://github.com/johnnymillergh/muscle-and-fitness-server/compare/0.0.6...0.0.7) (2022-02-02)


### Build System

* **$Bash:** support log to files ([8e876cf](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/8e876cf89ea403e835709afbc42cae669240d32d))


### Features

* **$OpenAPI:** integrate with OpenAPI 3 and Swagger ([f94ac9b](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/f94ac9b729708317a64b759c3474f9e82f7e8503))
* **$OpenFeign:** create an aspect for Feign log ([0808500](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/0808500841e9c4d2f4b6bbbf53fd8e0204ea5388))
* **$Pagination:** create functional pagination response composer ([6d4dbbb](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/6d4dbbb1add8a4181d857cf96abc1065b9478345))
* **$𝛌:** support predicator's retryFunction ([b1c4a06](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/b1c4a06a48c7372322ae6bded20997dc565e055d))


### Performance Improvements

* **$POM:** update dependencies ([fd29a5e](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/fd29a5edce26ae51c5a4bf59a2359bae799193eb))
* **$POM:** update dependencies ([c8f6817](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/c8f6817d259727296d39c3877126d53e782701f0))
* **$SpringBoot:** update Spring Boot and Spring Cloud ([3ac4ad9](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/3ac4ad9cc5f53226f4b0179bf9fd0aa5c0fbd890))


### Reverts

* **$Startup:** each application should have construction method ([57d3fe3](https://github.com/johnnymillergh/muscle-and-fitness-server/commit/57d3fe34224441ceeaa07a87d21d3198a314f5ac))


### BREAKING CHANGES

* **$Bash:** support log to files



# [0.0.6](https://github.com/johnnymillergh/muscle-and-fitness-server/compare/0.0.5...0.0.6) (2021-10-02)


Expand Down
2 changes: 1 addition & 1 deletion api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Build Settings -->
Expand Down
2 changes: 1 addition & 1 deletion auth-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Build Settings -->
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Scoped Dependencies Management -->
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##################################################
# MAF_TAG is the version number of the project #
##################################################
MAF_TAG=0.0.2
MAF_TAG=0.0.7

##################################################
# Container version #
Expand Down
2 changes: 1 addition & 1 deletion maf-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Build Settings -->
Expand Down
2 changes: 1 addition & 1 deletion oss-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Build Settings -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Project Basics -->
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<name>Muscle and Fitness Server</name>
<description>Muscle and Fitness Server (M&amp;F, maf), a Spring Cloud microservice based, back-end server for
managing data of muscle and fitness.
Expand Down
2 changes: 1 addition & 1 deletion reactive-spring-cloud-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Scoped Dependencies Management -->
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Build Settings -->
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.jmsoftware.maf</groupId>
<artifactId>muscle-and-fitness-server</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<!-- Scoped Dependencies Management -->
Expand Down
2 changes: 1 addition & 1 deletion universal-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>muscle-and-fitness-server</artifactId>
<groupId>com.jmsoftware.maf</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<build>
Expand Down

0 comments on commit a9063f4

Please sign in to comment.