File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 236236 <pluginManagement >
237237 <plugins >
238238 <plugin >
239+ <groupId >org.apache.maven.plugins</groupId >
239240 <artifactId >maven-release-plugin</artifactId >
240241 <version >${version.maven-release-plugin} </version >
241242 <configuration >
242243 <tagNameFormat >@{project.version}</tagNameFormat >
243244 </configuration >
244245 </plugin >
245246 <plugin >
247+ <groupId >org.apache.maven.plugins</groupId >
246248 <artifactId >maven-gpg-plugin</artifactId >
247249 <version >${version.maven-gpg-plugin} </version >
248250 <executions >
276278 </pluginManagement >
277279 <plugins >
278280 <plugin >
281+ <groupId >org.apache.maven.plugins</groupId >
282+ <artifactId >maven-release-plugin</artifactId >
283+ </plugin >
284+ <plugin >
285+ <groupId >org.apache.maven.plugins</groupId >
279286 <artifactId >maven-gpg-plugin</artifactId >
280287 </plugin >
281288 <plugin >
You can’t perform that action at this time.
0 commit comments