Skip to content

Commit e27e6d5

Browse files
authored
Merge pull request #360 from blueconic/release/FELIX-6744-release-policy
FELIX-6744 Configure policy for maven release plugin
2 parents d3994ac + 13e1339 commit e27e6d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-release-plugin</artifactId>
178+
<configuration>
179+
<projectVersionPolicyId>OddEvenVersionPolicy</projectVersionPolicyId>
180+
</configuration>
178181
</plugin>
179182
<plugin>
180183
<groupId>org.apache.geronimo.genesis.plugins</groupId>

0 commit comments

Comments
 (0)