Skip to content

Commit 66c0b80

Browse files
committed
Merge doc/REL1_6_STABLE/mvnplugins2023 into REL1_6_STABLE
2 parents 8992155 + 02bd1fe commit 66c0b80

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)