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:
parent
48176a01f8
commit
5b27120709
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue