Skip to content

Commit d8c2ccb

Browse files
committed
Testing to solve the release failure [ci skip]
1 parent 46bb7a8 commit d8c2ccb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,19 @@
281281

282282
<build>
283283
<plugins>
284+
285+
<plugin>
286+
<artifactId>maven-release-plugin</artifactId>
287+
<version>2.4.2</version>
288+
<dependencies>
289+
<dependency>
290+
<groupId>org.apache.maven.scm</groupId>
291+
<artifactId>maven-scm-provider-gitexe</artifactId>
292+
<version>1.8.1</version>
293+
</dependency>
294+
</dependencies>
295+
</plugin>
296+
284297
<plugin>
285298
<groupId>org.apache.maven.plugins</groupId>
286299
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)