Skip to content
Snippets Groups Projects
Commit 8fffb2b4 authored by erwan.salmon's avatar erwan.salmon
Browse files

Mise à niveau des composants

parent 23e73ab9
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
<parent>
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<artifactId>ci-maven-demo-service</artifactId>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<artifactId>ci-maven-demo-webapp</artifactId>
......
......@@ -7,7 +7,7 @@
<parent>
<artifactId>ci-maven-demo</artifactId>
<groupId>demo.ci-maven-demo</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<artifactId>jacoco-report-aggregate</artifactId>
......
......@@ -6,11 +6,11 @@
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.4</version>
<version>3.2.1</version>
</parent>
<modules>
......@@ -20,13 +20,13 @@
</modules>
<properties>
<java.version>17</java.version>
<plugin.jacoco.version>0.8.7</plugin.jacoco.version>
<plugin.maven-site.version>3.12.0</plugin.maven-site.version>
<plugin.maven-info.version>3.4.2</plugin.maven-info.version>
<plugin.owasp.version>8.1.2</plugin.owasp.version>
<plugin.versions-maven.version>2.15.0</plugin.versions-maven.version>
<plugin.surefire.version>3.0.0-M9</plugin.surefire.version>
<java.version>21</java.version>
<plugin.jacoco.version>0.8.11</plugin.jacoco.version>
<plugin.maven-site.version>4.0.0-M13</plugin.maven-site.version>
<plugin.maven-info.version>3.5.0</plugin.maven-info.version>
<plugin.owasp.version>9.0.7</plugin.owasp.version>
<plugin.versions-maven.version>2.16.2</plugin.versions-maven.version>
<plugin.surefire.version>3.2.3</plugin.surefire.version>
<!-- Seul le module web est à déployer -->
<maven.deploy.skip>true</maven.deploy.skip>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment