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 48f9308
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<arguments>-Prelease</arguments>
<tagNameFormat>@{project.version}</tagNameFormat>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -672,7 +673,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 +688,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 48f9308

Please sign in to comment.