Skip to content

Commit

Permalink
AUTO-RELEASE: 2021.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbentoneves committed Sep 27, 2021
1 parent 4e1b9a2 commit d7a871f
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</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.9.0-SNAPSHOT</version>
<version>2021.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d7a871f

Please sign in to comment.