Skip to content

Commit 20fe074

Browse files
pom.xml - fix missing plugin versions
1 parent d95445d commit 20fe074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-clean-plugin</artifactId>
114+
<version>3.0.0</version>
114115
<configuration>
115116
<filesets>
116117
<fileset>
@@ -190,6 +191,7 @@
190191
<plugin>
191192
<groupId>org.apache.maven.plugins</groupId>
192193
<artifactId>maven-javadoc-plugin</artifactId>
194+
<version>3.0.0-M1</version>
193195
<executions>
194196
<execution>
195197
<id>attach-javadocs</id>
@@ -207,6 +209,7 @@
207209
<plugin>
208210
<groupId>org.apache.maven.plugins</groupId>
209211
<artifactId>maven-source-plugin</artifactId>
212+
<version>3.0.1</version>
210213
<executions>
211214
<execution>
212215
<id>attach-sources</id>
@@ -220,6 +223,7 @@
220223
<plugin>
221224
<groupId>org.apache.maven.plugins</groupId>
222225
<artifactId>maven-release-plugin</artifactId>
226+
<version>2.5.3</version>
223227
<configuration>
224228
<tagNameFormat>v@{project.version}</tagNameFormat>
225229
</configuration>

0 commit comments

Comments
 (0)