Skip to content

Commit ba26698

Browse files
authored
RATIS-2363. Bump plugin versions (#75)
1 parent fa97c05 commit ba26698

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

pom.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5353
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5454
<!-- Maven plugin versions -->
55-
<copy-rename-maven-plugin.version>1.0</copy-rename-maven-plugin.version>
56-
<cyclonedx.version>2.8.0</cyclonedx.version>
57-
<exec-maven-plugin.version>1.3.1</exec-maven-plugin.version>
55+
<copy-rename-maven-plugin.version>1.0.1</copy-rename-maven-plugin.version>
56+
<cyclonedx.version>2.9.1</cyclonedx.version>
57+
<exec-maven-plugin.version>3.6.2</exec-maven-plugin.version>
5858
<extra-enforcer-rules.version>1.11.0</extra-enforcer-rules.version>
59-
<maven-bundle-plugin.version>2.5.3</maven-bundle-plugin.version>
59+
<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
6060
<maven-replacer-plugin.version>1.5.3</maven-replacer-plugin.version>
61-
<native-maven-plugin.version>1.0-alpha-8</native-maven-plugin.version>
62-
<os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
61+
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
6362

6463
<!-- define the Java language version used by the compiler -->
6564
<maven.compiler.release>8</maven.compiler.release>
@@ -185,11 +184,6 @@
185184
</additionalJOptions>
186185
</configuration>
187186
</plugin>
188-
<plugin>
189-
<groupId>org.codehaus.mojo</groupId>
190-
<artifactId>native-maven-plugin</artifactId>
191-
<version>${native-maven-plugin.version}</version>
192-
</plugin>
193187
<plugin>
194188
<groupId>org.codehaus.mojo</groupId>
195189
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)