Skip to content

Commit

Permalink
Upgrade Maven AntRun plugin (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 23, 2022
1 parent 9adf73a commit 04315eb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@
<jdepend-maven-plugin.version>2.0</jdepend-maven-plugin.version>
<kohsuke-gmaven-plugin.version>1.0-rc-5-patch-2</kohsuke-gmaven-plugin.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<maven-antrun-extended-plugin.version>1.43</maven-antrun-extended-plugin.version>
<maven-antrun-plugin.version>1.3</maven-antrun-plugin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-assembly-plugin.version>3.4.1</maven-assembly-plugin.version>
<maven-changelog-plugin.version>2.3</maven-changelog-plugin.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
Expand Down Expand Up @@ -222,6 +221,10 @@
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
Expand Down Expand Up @@ -451,11 +454,6 @@
<artifactId>localizer-maven-plugin</artifactId>
<version>${localizer-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
<artifactId>maven-antrun-extended-plugin</artifactId>
<version>${maven-antrun-extended-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.jvnet.sorcerer</groupId>
<artifactId>maven-sorcerer-plugin</artifactId>
Expand Down

0 comments on commit 04315eb

Please sign in to comment.