Skip to content

Commit

Permalink
Issue-jboss-javassist#426: Upgrade maven plugin versions to the lates…
Browse files Browse the repository at this point in the history
…t ones.
  • Loading branch information
dakusui committed Aug 31, 2022
1 parent 42ca281 commit bba6b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 341 deletions.
338 changes: 0 additions & 338 deletions build.xml

This file was deleted.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>2.22.2</version>
<configuration>
<includes>
<include>javassist/JvstTest.java</include>
Expand All @@ -188,7 +188,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.4</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -202,7 +202,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.1</version>
<configuration>
<attach>true</attach>
<excludePackageNames>javassist.compiler:javassist.convert:javassist.scopedpool:javassist.bytecode.stackmap</excludePackageNames>
Expand Down

0 comments on commit bba6b0e

Please sign in to comment.