Skip to content

Commit 1238c67

Browse files
committed
Allow snapshot dependencies in release
1 parent 4c582c7 commit 1238c67

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,17 @@
992992
</configuration>
993993
</plugin>
994994

995+
<plugin>
996+
<groupId>org.apache.maven.plugins</groupId>
997+
<artifactId>maven-release-plugin</artifactId>
998+
<version>3.0.0-M4</version>
999+
<configuration>
1000+
<pushChanges>false</pushChanges>
1001+
<localCheckout>true</localCheckout>
1002+
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
1003+
</configuration>
1004+
</plugin>
1005+
9951006
<!-- Getting rid of maven warnings by providing versions for the following plugins -->
9961007
<plugin>
9971008
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)