Skip to content

Commit f1a8c32

Browse files
updateded plugin section
1 parent 76849a3 commit f1a8c32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,6 @@
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-release-plugin</artifactId>
178178
<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>
186179
<configuration>
187180
<tagNameFormat>v@{project.version}</tagNameFormat>
188181
<preparationGoals>clean exec:exec scm:checkin -DpushChanges=false -Dincludes=HISTORY.md -Dmessage="[maven-release-plugin] Update HISTORY.md" verify</preparationGoals>

0 commit comments

Comments
 (0)