Skip to content

Commit

Permalink
Bump build related Maven plugins
Browse files Browse the repository at this point in the history
* maven-enforcer-plugin to v3.1.0
* maven-compiler-plugin to v3.10.1
* maven-javadoc-plugin to v3.4.1
* maven-jar-plugin to v3.3.0
* maven-surefire-plugin to v2.22.2
  • Loading branch information
abelsromero committed Nov 19, 2022
1 parent e6a27eb commit f89836d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Build / Infrastructure::
* Upgrade Asciidoctorj to v2.5.5 (#591)
* Upgrade Asciidoctorj to v2.5.6 and jRuby to v9.3.8.0 (#602)
* Upgrade Asciidoctorj to v2.5.7 (#604)
* Upgrade build related Maven plugins to the latest versions (#)

Maintenance::
* Replace use of reflection by direct JavaExtensionRegistry calls to register extensions (#596)
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<asciidoctorj.version>2.5.7</asciidoctorj.version>
<jruby.version>9.3.8.0</jruby.version>
<maven.project.version>3.0.5</maven.project.version>
<maven.jacoco.plugin.version>0.8.7</maven.jacoco.plugin.version>
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand All @@ -145,7 +145,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>${project.java.version}</source>
<target>${project.java.version}</target>
Expand All @@ -172,17 +172,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>2.22.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f89836d

Please sign in to comment.