Skip to content

Commit

Permalink
[pinpoint-apm#9971] Bump maven-shade-plugin from 3.1.1 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed May 24, 2023
1 parent d643842 commit b342ea0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions agent-testweb/vertx-3-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

<spring-boot-build-skip>true</spring-boot-build-skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<main.verticle>com.pinpoint.test.plugin.Vertx3PluginTestStarter</main.verticle>
Expand All @@ -60,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<version>${plugin.shade.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 0 additions & 2 deletions agent-testweb/vertx-4-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

<spring-boot-build-skip>true</spring-boot-build-skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<main.verticle>com.pinpoint.test.plugin.Vertx4PluginTestStarter</main.verticle>
Expand Down Expand Up @@ -66,7 +65,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<plugin.resources.version>3.3.1</plugin.resources.version>
<plugin.surefire.version>3.1.0</plugin.surefire.version>
<plugin.failsafe.version>2.22.2</plugin.failsafe.version>
<plugin.shade.version>3.1.1</plugin.shade.version>
<plugin.shade.version>3.4.1</plugin.shade.version>
<plugin.assembly.version>3.6.0</plugin.assembly.version>
<plugin.jar.version>3.3.0</plugin.jar.version>
<plugin.antrun.version>3.0.0</plugin.antrun.version>
Expand Down

0 comments on commit b342ea0

Please sign in to comment.