File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 160160 <build >
161161 <plugins >
162162 <plugin >
163+ <groupId >org.apache.maven.plugins</groupId >
163164 <artifactId >maven-compiler-plugin</artifactId >
164165 <version >3.8.1</version >
165166 <configuration >
173174 </configuration >
174175 </plugin >
175176 <plugin >
177+ <groupId >org.apache.maven.plugins</groupId >
176178 <artifactId >maven-source-plugin</artifactId >
179+ <version >3.2.1</version >
177180 <executions >
178181 <execution >
179182 <id >attach-sources</id >
185188 </executions >
186189 </plugin >
187190 <plugin >
191+ <groupId >org.apache.maven.plugins</groupId >
188192 <artifactId >maven-release-plugin</artifactId >
193+ <version >2.5.3</version >
189194 <configuration >
190195 <tagNameFormat >v@{project.version}</tagNameFormat >
191196 <autoVersionSubmodules >true</autoVersionSubmodules >
208213 <build >
209214 <plugins >
210215 <plugin >
216+ <groupId >org.apache.maven.plugins</groupId >
211217 <artifactId >maven-gpg-plugin</artifactId >
218+ <version >3.0.1</version >
212219 <executions >
213220 <execution >
214221 <id >sign-artifacts</id >
220227 </executions >
221228 </plugin >
222229 <plugin >
230+ <groupId >org.apache.maven.plugins</groupId >
223231 <artifactId >maven-javadoc-plugin</artifactId >
232+ <version >3.4.0</version >
224233 <configuration >
225234 <doclint >none</doclint >
226235 <charset >UTF-8</charset >
You can’t perform that action at this time.
0 commit comments