Skip to content

Commit

Permalink
Updated Maven plugins versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Boileau committed Nov 3, 2024
1 parent dd23868 commit a691095
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,32 @@
<developerConnection>scm:git:${project.scm.url}</developerConnection>
</scm>

<licenses>
<license>
<name>Apache 2.0 license</name>
<url>https://opensource.org/license/apache-2-0/</url>
<distribution>repo</distribution>
</license>
<license>
<name>EPL 1.0 license</name>
<url>https://opensource.org/license/epl-1-0/</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<name>Jerome Louvel</name>
<id>jlouvel</id>
<url>https://github.com/jlouvel</url>
</developer>
<developer>
<name>Thierru Boileau</name>
<id>thboileau</id>
<url>https://github.com/thboileau</url>
</developer>
</developers>

<properties>
<release>false</release>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -195,7 +221,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -216,7 +242,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -227,7 +253,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce</id>
Expand All @@ -251,7 +277,7 @@
<dependency>
<groupId>org.kordamp.maven</groupId>
<artifactId>pomchecker-enforcer-rules</artifactId>
<version>1.11.0</version>
<version>1.14.0</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -275,32 +301,6 @@
</dependencies>
</dependencyManagement>

<licenses>
<license>
<name>Apache 2.0 license</name>
<url>https://opensource.org/license/apache-2-0/</url>
<distribution>repo</distribution>
</license>
<license>
<name>EPL 1.0 license</name>
<url>https://opensource.org/license/epl-1-0/</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<name>Jerome Louvel</name>
<id>jlouvel</id>
<url>https://github.com/jlouvel</url>
</developer>
<developer>
<name>Thierru Boileau</name>
<id>thboileau</id>
<url>https://github.com/thboileau</url>
</developer>
</developers>

<build>
<resources>
<resource>
Expand Down

0 comments on commit a691095

Please sign in to comment.