Skip to content

Commit 228aa01

Browse files
maven-deploy-plugin: updateReleaseInfo -> true
1 parent 2cb7263 commit 228aa01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,12 @@
153153
<version>2.5.2</version>
154154
</plugin>
155155
<plugin>
156+
<groupId>org.apache.maven.plugins</groupId>
156157
<artifactId>maven-deploy-plugin</artifactId>
157158
<version>2.8.2</version>
159+
<configuration>
160+
<updateReleaseInfo>true</updateReleaseInfo>
161+
</configuration>
158162
</plugin>
159163
<plugin>
160164
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)