Skip to content

Commit

Permalink
Update hello-world example POM plugin versions
Browse files Browse the repository at this point in the history
5a21027 (PR #468) bumped the versions of Maven plugins
in PL/Java's actual POMs, but not the versions in the
example POM in the hello-world example. Bump those versions
to match.
  • Loading branch information
jcflack committed Apr 12, 2024
1 parent 8992155 commit 02bd1fe
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 02bd1fe

Please sign in to comment.