Skip to content

Commit 48f9308

Browse files
committed
Allow releases with SNAPSHOT dependencies
1 parent 00a3a3b commit 48f9308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@
622622
<autoVersionSubmodules>true</autoVersionSubmodules>
623623
<arguments>-Prelease</arguments>
624624
<tagNameFormat>@{project.version}</tagNameFormat>
625+
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
625626
</configuration>
626627
</plugin>
627628
<plugin>
@@ -672,7 +673,7 @@
672673
<groupId>org.apache.maven.plugins</groupId>
673674
<artifactId>maven-enforcer-plugin</artifactId>
674675
<version>1.4.1</version>
675-
<executions>
676+
<!-- <executions>
676677
<execution>
677678
<id>enforce-no-snapshots</id>
678679
<goals>
@@ -687,7 +688,7 @@
687688
<fail>true</fail>
688689
</configuration>
689690
</execution>
690-
</executions>
691+
</executions> -->
691692
</plugin>
692693
<!-- NB must be declare *before* the license-maven-plugin -->
693694
<plugin>

0 commit comments

Comments
 (0)