We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76849a3 commit f1a8c32Copy full SHA for f1a8c32
pom.xml
@@ -176,13 +176,6 @@
176
<groupId>org.apache.maven.plugins</groupId>
177
<artifactId>maven-release-plugin</artifactId>
178
<version>2.5.3</version>
179
- <dependencies>
180
- <dependency>
181
- <groupId>org.apache.maven.scm</groupId>
182
- <artifactId>maven-scm-provider-gitexe</artifactId>
183
- <version>1.9.4</version>
184
- </dependency>
185
- </dependencies>
186
<configuration>
187
<tagNameFormat>v@{project.version}</tagNameFormat>
188
<preparationGoals>clean exec:exec scm:checkin -DpushChanges=false -Dincludes=HISTORY.md -Dmessage="[maven-release-plugin] Update HISTORY.md" verify</preparationGoals>
0 commit comments