Skip to content

Commit 4d13e7f

Browse files
pcdavidAxelRICHARD
authored andcommitted
[releng] Update JaCoCo Maven Plugin to 0.8.14
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
1 parent 9040c78 commit 4d13e7f

26 files changed

Lines changed: 26 additions & 25 deletions

File tree

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ As a result, the following GraphQL mutations have been removed `exposeRequiremen
1818
=== Dependency update
1919

2020
- As of version 2026.5.0, SysON now requires **Java 21** or later.
21+
- [releng] Switch to `jacoco-maven-plugin` 0.8.14
2122

2223
=== Bug fixes
2324

backend/application/syson-application-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>org.jacoco</groupId>
151151
<artifactId>jacoco-maven-plugin</artifactId>
152-
<version>0.8.13</version>
152+
<version>0.8.14</version>
153153
<executions>
154154
<execution>
155155
<goals>

backend/application/syson-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<plugin>
246246
<groupId>org.jacoco</groupId>
247247
<artifactId>jacoco-maven-plugin</artifactId>
248-
<version>0.8.13</version>
248+
<version>0.8.14</version>
249249
<executions>
250250
<execution>
251251
<goals>

backend/application/syson-sysml-export/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.jacoco</groupId>
125125
<artifactId>jacoco-maven-plugin</artifactId>
126-
<version>0.8.13</version>
126+
<version>0.8.14</version>
127127
<executions>
128128
<execution>
129129
<goals>

backend/application/syson-sysml-import/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.jacoco</groupId>
125125
<artifactId>jacoco-maven-plugin</artifactId>
126-
<version>0.8.13</version>
126+
<version>0.8.14</version>
127127
<executions>
128128
<execution>
129129
<goals>

backend/application/syson-sysml-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.jacoco</groupId>
126126
<artifactId>jacoco-maven-plugin</artifactId>
127-
<version>0.8.13</version>
127+
<version>0.8.14</version>
128128
<executions>
129129
<execution>
130130
<goals>

backend/metamodel/syson-siriusweb-customnodes-metamodel-edit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.jacoco</groupId>
8686
<artifactId>jacoco-maven-plugin</artifactId>
87-
<version>0.8.13</version>
87+
<version>0.8.14</version>
8888
<executions>
8989
<execution>
9090
<goals>

backend/metamodel/syson-siriusweb-customnodes-metamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.jacoco</groupId>
8686
<artifactId>jacoco-maven-plugin</artifactId>
87-
<version>0.8.13</version>
87+
<version>0.8.14</version>
8888
<executions>
8989
<execution>
9090
<goals>

backend/metamodel/syson-sysml-metamodel-edit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.jacoco</groupId>
7676
<artifactId>jacoco-maven-plugin</artifactId>
77-
<version>0.8.13</version>
77+
<version>0.8.14</version>
7878
<executions>
7979
<execution>
8080
<goals>

backend/metamodel/syson-sysml-metamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.jacoco</groupId>
100100
<artifactId>jacoco-maven-plugin</artifactId>
101-
<version>0.8.13</version>
101+
<version>0.8.14</version>
102102
<executions>
103103
<execution>
104104
<goals>

0 commit comments

Comments
 (0)