Skip to content

Commit a628082

Browse files
author
Markus Binsteiner
committed
release plugin update
1 parent 14c74d6 commit a628082

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pom.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -224,17 +224,18 @@
224224

225225

226226
<plugins>
227-
<plugin>
228-
<groupId>org.apache.maven.plugins</groupId>
229-
<artifactId>maven-release-plugin</artifactId>
230-
<version>2.2.2</version>
231-
<configuration>
232-
<autoVersionSubmodules>true</autoVersionSubmodules>
233-
<pushChanges>true</pushChanges>
234-
<localCheckout>true</localCheckout>
235-
<tagNameFormat>@{project.version}</tagNameFormat>
236-
</configuration>
237-
</plugin>
227+
<plugin>
228+
<groupId>org.apache.maven.plugins</groupId>
229+
<artifactId>maven-release-plugin</artifactId>
230+
<version>2.4</version>
231+
<inherited>false</inherited>
232+
<configuration>
233+
<autoVersionSubmodules>true</autoVersionSubmodules>
234+
<pushChanges>true</pushChanges>
235+
<localCheckout>true</localCheckout>
236+
<tagNameFormat>@{project.version}</tagNameFormat>
237+
</configuration>
238+
</plugin>
238239

239240
<plugin>
240241
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)