Skip to content

Commit

Permalink
[releng] Bump build plug-ins
Browse files Browse the repository at this point in the history
* Apache Parent       30    -> 32
* build-helper        3.2.0 -> 3.5.0
* animal-sniffer      1.20  -> 1.23
* maven-bundle-plugin 5.1.8 -> 5.1.9
  • Loading branch information
tomaswolf committed May 5, 2024
1 parent a85462b commit 68ff67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>30</version>
<version>32</version>
</parent>

<groupId>org.apache.sshd</groupId>
Expand Down Expand Up @@ -95,7 +95,7 @@
<maven.compiler.source>${javac.source}</maven.compiler.source>
<ant.version>1.10.12</ant.version>
<ant.build.javac.source>${javac.source}</ant.build.javac.source>
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>

<javac.target>${javac.source}</javac.target>
<required.java.version>[${javac.target},)</required.java.version>
Expand Down Expand Up @@ -755,7 +755,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.20</version>
<version>1.23</version>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
Expand Down Expand Up @@ -1377,7 +1377,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.8</version>
<version>5.1.9</version>
<inherited>true</inherited>
<extensions>true</extensions>
<executions>
Expand Down

0 comments on commit 68ff67b

Please sign in to comment.