File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 50
50
<plugin >
51
51
<groupId >org.apache.maven.plugins</groupId >
52
52
<artifactId >maven-source-plugin</artifactId >
53
- <version >3.2.1 </version >
53
+ <version >3.6.0 </version >
54
54
<executions >
55
55
<execution >
56
56
<id >attach-source</id >
60
60
</execution >
61
61
</executions >
62
62
</plugin >
63
- <plugin >
64
- <artifactId >maven-javadoc-plugin</artifactId >
65
- <executions >
66
- <execution >
67
- <id >attach-javadocs</id >
68
- <phase >deploy</phase >
69
- <goals ><goal >jar</goal ></goals >
70
- </execution >
71
- </executions >
72
- </plugin >
63
+ <plugin >
64
+ <groupId >org.apache.maven.plugins</groupId >
65
+ <artifactId >maven-javadoc-plugin</artifactId >
66
+ <version >3.6.0</version >
67
+ <executions >
68
+ <execution >
69
+ <id >attach-javadoc</id >
70
+ <goals >
71
+ <goal >jar</goal >
72
+ </goals >
73
+ </execution >
74
+ </executions >
75
+ </plugin >
73
76
<plugin >
74
77
<groupId >org.apache.maven.plugins</groupId >
75
78
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments