Skip to content

Commit 8dc29b3

Browse files
committed
Updated various Maven plugin versions
1 parent d49115e commit 8dc29b3

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

org.bridgedb.tools.qc/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-assembly-plugin</artifactId>
35+
<version>${maven-assembly.version}</version>
3536
<executions>
3637
<execution>
3738
<phase>package</phase>

org.bridgedb.tools.voidtool/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-assembly-plugin</artifactId>
35+
<version>${maven-assembly.version}</version>
3536
<executions>
3637
<execution>
3738
<phase>package</phase>

org.bridgedb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dependency>
99
<groupId>org.junit.platform</groupId>
1010
<artifactId>junit-platform-surefire-provider</artifactId>
11-
<version>1.3.2</version>
11+
<version>${junit-platform-surefire-provider}</version>
1212
<scope>test</scope>
1313
</dependency>
1414
<dependency>

pom.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
<derby.version>10.15.2.0</derby.version>
5959
<guava.version>33.5.0-jre</guava.version>
6060

61-
<maven-jar.version>3.4.2</maven-jar.version>
61+
<maven-jar.version>3.5.0</maven-jar.version>
62+
<maven-assembly.version>3.8.0</maven-assembly.version>
6263
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
6364
<junit5.platform.launcher.version>1.14.1</junit5.platform.launcher.version>
6465
<junit5.jupiter.version>5.14.1</junit5.jupiter.version>
@@ -71,7 +72,7 @@
7172
<plugins>
7273
<plugin>
7374
<artifactId>maven-compiler-plugin</artifactId>
74-
<version>3.8.1</version>
75+
<version>3.14.1</version>
7576
<configuration>
7677
<source>8</source>
7778
<target>8</target>
@@ -100,7 +101,7 @@
100101
<plugin>
101102
<groupId>org.apache.maven.plugins</groupId>
102103
<artifactId>maven-source-plugin</artifactId>
103-
<version>3.2.1</version>
104+
<version>3.4.0</version>
104105
<executions>
105106
<execution>
106107
<id>attach-sources</id>
@@ -114,7 +115,7 @@
114115
<plugin>
115116
<groupId>org.apache.maven.plugins</groupId>
116117
<artifactId>maven-surefire-plugin</artifactId>
117-
<version>2.22.2</version>
118+
<version>2.22.0</version>
118119
<configuration>
119120
<testFailureIgnore>false</testFailureIgnore>
120121
<forkCount>1</forkCount>
@@ -125,7 +126,7 @@
125126
<plugin>
126127
<groupId>org.jacoco</groupId>
127128
<artifactId>jacoco-maven-plugin</artifactId>
128-
<version>0.8.4</version>
129+
<version>0.8.14</version>
129130
<executions>
130131
<execution>
131132
<id>start-agent</id>
@@ -151,7 +152,7 @@
151152
<plugin>
152153
<groupId>org.sonatype.central</groupId>
153154
<artifactId>central-publishing-maven-plugin</artifactId>
154-
<version>0.8.0</version>
155+
<version>0.9.0</version>
155156
<extensions>true</extensions>
156157
<configuration>
157158
<publishingServerId>central</publishingServerId>
@@ -162,7 +163,7 @@
162163
<plugin>
163164
<groupId>org.apache.maven.plugins</groupId>
164165
<artifactId>maven-gpg-plugin</artifactId>
165-
<version>1.6</version>
166+
<version>3.2.8</version>
166167
<executions>
167168
<execution>
168169
<id>sign-artifacts</id>
@@ -176,7 +177,7 @@
176177
<plugin>
177178
<groupId>org.apache.maven.plugins</groupId>
178179
<artifactId>maven-javadoc-plugin</artifactId>
179-
<version>3.4.0</version>
180+
<version>3.12.0</version>
180181
<configuration>
181182
<additionalparam>-Xdoclint:none</additionalparam>
182183
<source>8</source>
@@ -193,7 +194,7 @@
193194
<plugin>
194195
<groupId>org.apache.maven.plugins</groupId>
195196
<artifactId>maven-enforcer-plugin</artifactId>
196-
<version>3.5.0</version>
197+
<version>3.6.2</version>
197198
<executions>
198199
<execution>
199200
<id>enforce-maven</id>

0 commit comments

Comments
 (0)