mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-08 14:32:05 -03:30
Set quarkus version to 999-SNAPSHOT
This commit is contained in:
parent
d27db0adf7
commit
3f3314c5e5
@ -328,4 +328,5 @@
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<pluginRepositories> <pluginRepository> <id>sonatype-snapshots</id> <name>Sonatype Snapshots</name> <url>https://central.sonatype.com/repository/maven-snapshots/</url> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> <releases> <enabled>false</enabled> </releases> </pluginRepository> </pluginRepositories>
|
||||
</project>
|
||||
|
||||
3
pom.xml
3
pom.xml
@ -45,7 +45,7 @@
|
||||
|
||||
<asciidoctor.plugin.version>1.5.8</asciidoctor.plugin.version>
|
||||
|
||||
<quarkus.version>3.27.1</quarkus.version>
|
||||
<quarkus.version>999-SNAPSHOT</quarkus.version>
|
||||
<quarkus.build.version>3.27.1</quarkus.build.version>
|
||||
<jboss-logging-annotations.version>3.0.4.Final</jboss-logging-annotations.version> <!-- keep in sync with the version used by quarkus -->
|
||||
|
||||
@ -1760,4 +1760,5 @@
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<repositories> <repository> <id>sonatype-snapshots</id> <name>Sonatype Snapshots</name> <url>https://central.sonatype.com/repository/maven-snapshots/</url> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> </repositories>
|
||||
</project>
|
||||
|
||||
@ -62,4 +62,5 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories> <pluginRepository> <id>sonatype-snapshots</id> <name>Sonatype Snapshots</name> <url>https://central.sonatype.com/repository/maven-snapshots/</url> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> <releases> <enabled>false</enabled> </releases> </pluginRepository> </pluginRepositories>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user