Skip to content

Commit

Permalink
Bump plexus-components from 6.6 to 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 19, 2022
1 parent d540d72 commit 210743c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-components</artifactId>
<version>6.6</version>
<version>10.0</version>
</parent>

<artifactId>plexus-compiler</artifactId>
Expand Down Expand Up @@ -44,6 +44,8 @@
<properties>
<scm.url>scm:git:git@github.com:codehaus-plexus/plexus-compiler.git</scm.url>
<javaVersion>11</javaVersion>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<project.build.outputTimestamp>2022-04-30T04:30:22Z</project.build.outputTimestamp>
<jupiter.version>5.8.2</jupiter.version>
Expand Down

0 comments on commit 210743c

Please sign in to comment.