chore: Allow release with timestamp snapshots

Currently testcontainers-keycloak library is only available as a
snapshot version for keycloak-x. This needs to be removed again, if an
offical release for testcontainers-keycloak is available.
This commit is contained in:
Sven-Torben Janus 2021-12-11 19:53:15 +01:00
parent 48176a01f8
commit 5b27120709

View file

@ -149,6 +149,7 @@
<configuration> <configuration>
<scmCommentPrefix>chore(release):</scmCommentPrefix> <scmCommentPrefix>chore(release):</scmCommentPrefix>
<tagNameFormat>v@{project.version}</tagNameFormat> <tagNameFormat>v@{project.version}</tagNameFormat>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>