Skip to content

Commit f8098d3

Browse files
author
Stephen Powis
committed
explicitly set plugin versions
1 parent 3754c11 commit f8098d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@
316316
<plugin>
317317
<groupId>org.apache.maven.plugins</groupId>
318318
<artifactId>maven-source-plugin</artifactId>
319+
<version>3.0.1</version>
319320
<executions>
320321
<execution>
321322
<id>attach-sources</id>
@@ -330,6 +331,7 @@
330331
<plugin>
331332
<groupId>org.apache.maven.plugins</groupId>
332333
<artifactId>maven-javadoc-plugin</artifactId>
334+
<version>3.0.1</version>
333335
<executions>
334336
<execution>
335337
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)