Compare commits
3 commits
505c14c7ff
...
020d3edfff
Author | SHA1 | Date | |
---|---|---|---|
020d3edfff | |||
cafd964700 | |||
9277ad3afc |
2 changed files with 8 additions and 8 deletions
14
pom.xml
14
pom.xml
|
@ -8,7 +8,7 @@
|
|||
|
||||
<name>Keycloak Metrics</name>
|
||||
<description>Provides metrics for Keycloak user/admin events</description>
|
||||
<url>https://git.kokuwa.io/keycloak/keycloak-event-metrics</url>
|
||||
<url>https://git.kokuwa.io/kokuwaio/keycloak-event-metrics</url>
|
||||
<inceptionYear>2023</inceptionYear>
|
||||
<organization>
|
||||
<name>Kokuwa.io</name>
|
||||
|
@ -33,18 +33,18 @@
|
|||
</developers>
|
||||
|
||||
<scm>
|
||||
<url>https://git.kokuwa.io/keycloak/keycloak-event-metrics</url>
|
||||
<connection>scm:git:https://git.kokuwa.io/keycloak/keycloak-event-metrics.git</connection>
|
||||
<developerConnection>scm:git:https://git.kokuwa.io/keycloak/keycloak-event-metrics.git</developerConnection>
|
||||
<url>https://git.kokuwa.io/kokuwaio/keycloak-event-metrics</url>
|
||||
<connection>scm:git:https://git.kokuwa.io/kokuwaio/keycloak-event-metrics.git</connection>
|
||||
<developerConnection>scm:git:https://git.kokuwa.io/kokuwaio/keycloak-event-metrics.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>forgejo</system>
|
||||
<url>https://git.kokuwa.io/keycloak/keycloak-event-metrics/issues</url>
|
||||
<url>https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/issues</url>
|
||||
</issueManagement>
|
||||
<ciManagement>
|
||||
<system>woodpecker</system>
|
||||
<url>https://ci.kokuwa.io/repos/keycloak/keycloak-event-metrics</url>
|
||||
<url>https://ci.kokuwa.io/repos/kokuwaio/keycloak-event-metrics</url>
|
||||
</ciManagement>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
|
@ -454,7 +454,7 @@
|
|||
<build>
|
||||
<plugins>
|
||||
|
||||
<!-- add source/javadoc for downstream projects -->
|
||||
<!-- add source/javadoc -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"],
|
||||
"extends": ["local>kokuwaio/renovate-config", ":reviewer(stephan.schnabel)"],
|
||||
"pinDigests": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue