Skip to content

Commit 631cbcf

Browse files
committed
Added versions of plugins
1 parent b1960d7 commit 631cbcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reduxfx-lib/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
<build>
7575
<plugins>
7676
<plugin>
77+
<groupId>org.apache.maven.plugins</groupId>
7778
<artifactId>maven-source-plugin</artifactId>
79+
<version>3.0.1</version>
7880
<executions>
7981
<execution>
8082
<id>attach-sources</id>
@@ -85,7 +87,9 @@
8587
</executions>
8688
</plugin>
8789
<plugin>
90+
<groupId>org.apache.maven.plugins</groupId>
8891
<artifactId>maven-javadoc-plugin</artifactId>
92+
<version>2.10.4</version>
8993
<executions>
9094
<execution>
9195
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)