File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 5959 <maven-enforcer-plugin .version>3.4.1</maven-enforcer-plugin .version>
6060 <maven-source-plugin .version>3.3.0</maven-source-plugin .version>
6161 <maven-javadoc-plugin .version>3.6.0</maven-javadoc-plugin .version>
62- <maven-release-plugin .version>2.5.3</maven-release-plugin .version>
6362 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
6463 <maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
6564 <maven-jar-plugin .version>3.3.0</maven-jar-plugin .version>
291290 </execution >
292291 </executions >
293292 </plugin >
294-
295- <plugin >
296- <groupId >org.apache.maven.plugins</groupId >
297- <artifactId >maven-release-plugin</artifactId >
298- <version >${maven-release-plugin.version} </version >
299- <configuration >
300- <localCheckout >true</localCheckout >
301- <pushChanges >false</pushChanges >
302- <mavenExecutorId >forked-path</mavenExecutorId >
303- <arguments >-Dgpg.passphrase=${gpg.passphrase} </arguments >
304- </configuration >
305- <dependencies >
306- <dependency >
307- <groupId >org.apache.maven.scm</groupId >
308- <artifactId >maven-scm-provider-gitexe</artifactId >
309- <version >${maven-scm-provider-gitexe.version} </version >
310- </dependency >
311- <dependency >
312- <groupId >org.apache.maven.scm</groupId >
313- <artifactId >maven-scm-api</artifactId >
314- <version >${maven-scm-api.version} </version >
315- </dependency >
316- </dependencies >
317- </plugin >
318-
319293 <plugin >
320294 <groupId >com.amashchenko.maven.plugin</groupId >
321295 <artifactId >gitflow-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments