File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3535 <plugin >
3636 <groupId >org.apache.maven.plugins</groupId >
3737 <artifactId >maven-source-plugin</artifactId >
38- <version >2.4 </version >
38+ <version >3.0.1 </version >
3939 <executions >
4040 <execution >
4141 <id >attach-sources</id >
4848 <plugin >
4949 <groupId >org.apache.maven.plugins</groupId >
5050 <artifactId >maven-javadoc-plugin</artifactId >
51- <version >2.10.4 </version >
51+ <version >3.0.1 </version >
5252 <executions >
5353 <execution >
5454 <id >attach-javadocs</id >
126126 <plugins >
127127 <plugin >
128128 <artifactId >maven-assembly-plugin</artifactId >
129- <version >2.6 </version >
129+ <version >3.1.0 </version >
130130 <executions >
131131 <execution >
132132 <id >commong-config</id >
135135 <goal >single</goal >
136136 </goals >
137137 <configuration >
138- <descriptor >src/assembly/common-config.xml</descriptor >
138+ <descriptors >
139+ <descriptor >src/assembly/common-config.xml</descriptor >
140+ </descriptors >
139141 </configuration >
140142 </execution >
141143 </executions >
You can’t perform that action at this time.
0 commit comments