Skip to content

Commit

Permalink
clean pom in test-coverage module
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo committed Dec 20, 2024
1 parent c2d916b commit f636c1d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 398 deletions.
7 changes: 7 additions & 0 deletions apps/user-group-ms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>selc-starter-parent</artifactId>
Expand All @@ -12,9 +13,15 @@
</parent>

<artifactId>user-group-ms</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>user-group-ms</name>
<description>Microservice to manage Self Care User Group</description>

<properties>
<selc-commons.version>2.5.1</selc-commons.version>
<sonar.host.url>https://sonarcloud.io/</sonar.host.url>
<sonar.skip>true</sonar.skip>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion apps/user-group-ms/src/main/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "selc-starter-parent",
"description" : "The services described in this section deal with the management of UserGroup entity, providing the necessary methods for its creation, consultation and activation.",
"version" : "0.0.3-SNAPSHOT"
"version" : "1.0.0-SNAPSHOT"
},
"servers" : [ {
"url" : "{url}:{port}{basePath}",
Expand Down
Loading

0 comments on commit f636c1d

Please sign in to comment.