Skip to content

Commit 02bd1fe

Browse files
committed
Update hello-world example POM plugin versions
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.
1 parent 8992155 commit 02bd1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/markdown/use/hello.md.vm

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ individual projects with shorter `pom.xml` files naming this as the parent.
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-compiler-plugin</artifactId>
122-
<version>3.8.1</version>
122+
<version>3.10.1</version>
123123
<configuration>
124124
<release>9</release>
125125
</configuration>
126126
</plugin>
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-jar-plugin</artifactId>
130-
<version>2.6</version>
130+
<version>3.3.0</version>
131131
<configuration>
132132
<archive>
133133
<manifest>

0 commit comments

Comments
 (0)