Skip to content

Commit

Permalink
AUTO-RELEASE: 2021.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbentoneves committed Oct 26, 2021
1 parent 2878631 commit b1e1edf
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# Be sure to update the Docker image tag below to openjdk version of your application.
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
resource_class: small
resource_class: medium
working_directory: ~/flame-coach-service
docker:
- image: cimg/openjdk:11.0
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ mvn spring-boot:run -Dspring-boot.run.profiles=local
Please use the following project [flame-coach-tools] to create a new release.
If you need access to the project, please open an issue to request access.
```
Release:
e.g: ./flame-coach-tools --release --releaseVersion <version> --snapshotVersion <version-snapshot> --web/api
Deploy:
e.g: ./flame-coach-tools --api/web --deploy --version <version>
1. Run the release script:
./flame-coach-tools --release --releaseVersion <version> --snapshotVersion <version-snapshot> --api
2. Open a new PR from master -> production
3. Accept the PR
4. Wait to production build & deploy finish
5. Run the snapshot script:
./flame-coach-tools --release --releaseVersion <version> --snapshotVersion <version-snapshot> --api --snapshot
```

## Contributing ✍️
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion appointment-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion calculators-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion configs-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion customer-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dailyTask-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion failureDetail-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion launch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion measures-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metrics-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>com.coach.flame</groupId>
<artifactId>flame-coach-service</artifactId>
<version>2021.10.1</version>
<version>2021.10.2</version>

<name>flame-coach-service</name>

Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion testing/testing-assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>testing</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testing/testing-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>testing</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flame-coach-service</artifactId>
<groupId>com.coach.flame</groupId>
<version>2021.10.1</version>
<version>2021.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b1e1edf

Please sign in to comment.