File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments