Skip to content

Commit b7d4580

Browse files
committed
update a detail about how the contents of the "Events details" tab is to be read
1 parent 0448c76 commit b7d4580

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,20 @@
269269
<plugin>
270270
<groupId>org.apache.maven.plugins</groupId>
271271
<artifactId>maven-release-plugin</artifactId>
272-
<version>2.4.1</version>
272+
<version>2.4.2</version>
273273
<configuration>
274274
<localCheckout>true</localCheckout>
275275
<pushChanges>false</pushChanges>
276276
<goals>deploy</goals>
277277
<tagNameFormat>@{project.version}</tagNameFormat>
278278
</configuration>
279+
<dependencies>
280+
<dependency>
281+
<groupId>org.apache.maven.plugins</groupId>
282+
<artifactId>maven-scm-plugin</artifactId>
283+
<version>1.8.1</version>
284+
</dependency>
285+
</dependencies>
279286
</plugin>
280287
<plugin>
281288
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)