Skip to content

Commit a691095

Browse files
author
Thierry Boileau
committed
Updated Maven plugins versions
1 parent dd23868 commit a691095

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

pom.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,32 @@
1919
<developerConnection>scm:git:${project.scm.url}</developerConnection>
2020
</scm>
2121

22+
<licenses>
23+
<license>
24+
<name>Apache 2.0 license</name>
25+
<url>https://opensource.org/license/apache-2-0/</url>
26+
<distribution>repo</distribution>
27+
</license>
28+
<license>
29+
<name>EPL 1.0 license</name>
30+
<url>https://opensource.org/license/epl-1-0/</url>
31+
<distribution>repo</distribution>
32+
</license>
33+
</licenses>
34+
35+
<developers>
36+
<developer>
37+
<name>Jerome Louvel</name>
38+
<id>jlouvel</id>
39+
<url>https://github.com/jlouvel</url>
40+
</developer>
41+
<developer>
42+
<name>Thierru Boileau</name>
43+
<id>thboileau</id>
44+
<url>https://github.com/thboileau</url>
45+
</developer>
46+
</developers>
47+
2248
<properties>
2349
<release>false</release>
2450
<java.version>1.8</java.version>
@@ -195,7 +221,7 @@
195221
<plugin>
196222
<groupId>org.apache.maven.plugins</groupId>
197223
<artifactId>maven-gpg-plugin</artifactId>
198-
<version>3.2.4</version>
224+
<version>3.2.7</version>
199225
<executions>
200226
<execution>
201227
<id>sign-artifacts</id>
@@ -216,7 +242,7 @@
216242
<plugin>
217243
<groupId>org.sonatype.plugins</groupId>
218244
<artifactId>nexus-staging-maven-plugin</artifactId>
219-
<version>1.6.13</version>
245+
<version>1.7.0</version>
220246
<extensions>true</extensions>
221247
<configuration>
222248
<serverId>ossrh</serverId>
@@ -227,7 +253,7 @@
227253
<plugin>
228254
<groupId>org.apache.maven.plugins</groupId>
229255
<artifactId>maven-enforcer-plugin</artifactId>
230-
<version>3.4.1</version>
256+
<version>3.5.0</version>
231257
<executions>
232258
<execution>
233259
<id>enforce</id>
@@ -251,7 +277,7 @@
251277
<dependency>
252278
<groupId>org.kordamp.maven</groupId>
253279
<artifactId>pomchecker-enforcer-rules</artifactId>
254-
<version>1.11.0</version>
280+
<version>1.14.0</version>
255281
</dependency>
256282
</dependencies>
257283
</plugin>
@@ -275,32 +301,6 @@
275301
</dependencies>
276302
</dependencyManagement>
277303

278-
<licenses>
279-
<license>
280-
<name>Apache 2.0 license</name>
281-
<url>https://opensource.org/license/apache-2-0/</url>
282-
<distribution>repo</distribution>
283-
</license>
284-
<license>
285-
<name>EPL 1.0 license</name>
286-
<url>https://opensource.org/license/epl-1-0/</url>
287-
<distribution>repo</distribution>
288-
</license>
289-
</licenses>
290-
291-
<developers>
292-
<developer>
293-
<name>Jerome Louvel</name>
294-
<id>jlouvel</id>
295-
<url>https://github.com/jlouvel</url>
296-
</developer>
297-
<developer>
298-
<name>Thierru Boileau</name>
299-
<id>thboileau</id>
300-
<url>https://github.com/thboileau</url>
301-
</developer>
302-
</developers>
303-
304304
<build>
305305
<resources>
306306
<resource>

0 commit comments

Comments
 (0)