Skip to content

Commit

Permalink
Merge doc/REL1_6_STABLE/mvnplugins2023 into REL1_6_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
jcflack committed Apr 25, 2024
2 parents 8992155 + 02bd1fe commit 66c0b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/markdown/use/hello.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ individual projects with shorter `pom.xml` files naming this as the parent.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<release>9</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit 66c0b80

Please sign in to comment.