File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 116116 <plugin >
117117 <groupId >org.sonatype.plugins</groupId >
118118 <artifactId >nexus-staging-maven-plugin</artifactId >
119- <version >1.6.8 </version >
119+ <version >1.6.13 </version >
120120 <extensions >true</extensions >
121121 <configuration >
122122 <serverId >ossrh</serverId >
135135 <plugin >
136136 <groupId >org.apache.maven.plugins</groupId >
137137 <artifactId >maven-source-plugin</artifactId >
138- <version >3.0 .1</version >
138+ <version >3.2 .1</version >
139139 <executions >
140140 <execution >
141141 <id >attach-sources</id >
142- <phase >generate-sources </phase >
142+ <phase >verify </phase >
143143 <goals >
144- <goal >jar</goal >
144+ <goal >jar-no-fork </goal >
145145 </goals >
146146 </execution >
147147 </executions >
148148 </plugin >
149149 <plugin >
150150 <groupId >org.apache.maven.plugins</groupId >
151151 <artifactId >maven-javadoc-plugin</artifactId >
152- <version >3.0.1 </version >
152+ <version >3.5.0 </version >
153153 <executions >
154154 <execution >
155155 <id >attach-javadocs</id >
162162 <plugin >
163163 <groupId >org.apache.maven.plugins</groupId >
164164 <artifactId >maven-release-plugin</artifactId >
165- <version >2.5.3 </version >
165+ <version >3.0.1 </version >
166166 <configuration >
167167 <goals >deploy</goals >
168168 </configuration >
169169 </plugin >
170170 <plugin >
171171 <groupId >org.apache.maven.plugins</groupId >
172172 <artifactId >maven-gpg-plugin</artifactId >
173- <version >1.5 </version >
173+ <version >3.1.0 </version >
174174 <executions >
175175 <execution >
176176 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments