Skip to content

Commit 093c526

Browse files
committed
Allow releases with SNAPSHOT dependencies
1 parent 00a3a3b commit 093c526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
<groupId>org.apache.maven.plugins</groupId>
673673
<artifactId>maven-enforcer-plugin</artifactId>
674674
<version>1.4.1</version>
675-
<executions>
675+
<!-- <executions>
676676
<execution>
677677
<id>enforce-no-snapshots</id>
678678
<goals>
@@ -687,7 +687,7 @@
687687
<fail>true</fail>
688688
</configuration>
689689
</execution>
690-
</executions>
690+
</executions> -->
691691
</plugin>
692692
<!-- NB must be declare *before* the license-maven-plugin -->
693693
<plugin>

0 commit comments

Comments
 (0)