Skip to content

Commit

Permalink
Allow releases with SNAPSHOT dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Aug 23, 2022
1 parent 00a3a3b commit 093c526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -672,7 +672,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<executions>
<!-- <executions>
<execution>
<id>enforce-no-snapshots</id>
<goals>
Expand All @@ -687,7 +687,7 @@
<fail>true</fail>
</configuration>
</execution>
</executions>
</executions> -->
</plugin>
<!-- NB must be declare *before* the license-maven-plugin -->
<plugin>
Expand Down

0 comments on commit 093c526

Please sign in to comment.