We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707810f commit 1c4924cCopy full SHA for 1c4924c
pom.xml
@@ -11,9 +11,9 @@
11
</parent>
12
<groupId>br.com.grupo63</groupId>
13
<artifactId>serviceorder</artifactId>
14
- <version>4.2.3</version>
+ <version>5.0.0</version>
15
<name>Service Order</name>
16
- <description>FIAP SOAT1 2023 - Group 63 - Phase 4</description>
+ <description>FIAP SOAT1 2023 - Group 63 - Phase 5</description>
17
<properties>
18
<java.version>17</java.version>
19
<sonar.coverage.exclusions>
src/main/resources/messages.properties
@@ -0,0 +1 @@
1
+# Due to how Spring Boot autoconfiguration works, this file needs to exist for the locale files to be detected.
0 commit comments