Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 1df6bc2

Browse files
Stefan KockStefanKock
authored andcommitted
SORMAS-Foundation#3449: Centralized version for plugins in Base POM
1 parent 47d9b18 commit 1df6bc2

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

sormas-app/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<plugin>
3030
<groupId>org.fortasoft</groupId>
3131
<artifactId>gradle-maven-plugin</artifactId>
32-
<version>1.0.8</version>
3332

3433
<configuration>
3534
<gradleVersion>${gradle.version}</gradleVersion>

sormas-base/pom.xml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,23 +508,31 @@
508508
<plugin>
509509
<groupId>org.jacoco</groupId>
510510
<artifactId>jacoco-maven-plugin</artifactId>
511-
<version>0.8.5</version>
512511
</plugin>
513512

514513
<plugin>
515514
<groupId>org.apache.maven.plugins</groupId>
516515
<artifactId>maven-compiler-plugin</artifactId>
517-
<version>3.8.1</version>
518516
</plugin>
519517
<plugin>
520518
<groupId>org.apache.maven.plugins</groupId>
521519
<artifactId>maven-resources-plugin</artifactId>
522-
<version>3.1.0</version>
523520
</plugin>
524521
</plugins>
525522
<pluginManagement>
526523
<plugins>
527524

525+
<plugin>
526+
<groupId>org.apache.maven.plugins</groupId>
527+
<artifactId>maven-compiler-plugin</artifactId>
528+
<version>3.8.1</version>
529+
</plugin>
530+
<plugin>
531+
<groupId>org.apache.maven.plugins</groupId>
532+
<artifactId>maven-resources-plugin</artifactId>
533+
<version>3.1.0</version>
534+
</plugin>
535+
528536
<plugin>
529537
<artifactId>maven-javadoc-plugin</artifactId>
530538
<version>3.2.0</version>
@@ -537,7 +545,7 @@
537545
<plugin>
538546
<groupId>org.jacoco</groupId>
539547
<artifactId>jacoco-maven-plugin</artifactId>
540-
<version>0.7.7.201606060606</version>
548+
<version>0.8.5</version>
541549
<inherited>true</inherited>
542550
<executions>
543551
<execution>
@@ -684,6 +692,12 @@
684692
</configuration>
685693
</plugin>
686694

695+
<plugin>
696+
<groupId>org.fortasoft</groupId>
697+
<artifactId>gradle-maven-plugin</artifactId>
698+
<version>1.0.8</version>
699+
</plugin>
700+
687701
<!-- Swagger -->
688702
<plugin>
689703
<groupId>io.openapitools.swagger</groupId>

0 commit comments

Comments
 (0)