mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Set quarkus version to 999-SNAPSHOT
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -1767,4 +1767,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>
|
||||
|
||||
Reference in New Issue
Block a user