Revision 80c7227c
Added by Andreas Müller 4 months ago
pom.xml | ||
---|---|---|
387 | 387 |
</executions> |
388 | 388 |
</plugin> |
389 | 389 |
<plugin> |
390 |
<groupId>external.atlassian.jgitflow</groupId>
|
|
391 |
<artifactId>jgitflow-maven-plugin</artifactId>
|
|
392 |
<version>1.0-m6</version>
|
|
390 |
<groupId>ch.dvbern.oss.maven.jgitflow</groupId>
|
|
391 |
<artifactId>jgitflow-maven-plugin</artifactId>
|
|
392 |
<version>1.0-m8</version>
|
|
393 | 393 |
<configuration> |
394 | 394 |
<pushHotfixes>true</pushHotfixes> |
395 | 395 |
<pushReleases>true</pushReleases> |
Also available in: Unified diff
ref #9359 update jgitflow-maven-plugin from 1.0-m6 to latest 1.0-m8 with new groupId in cdmvaadin