We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28f11 commit fcc1f8dCopy full SHA for fcc1f8d
1 file changed
pom.xml
@@ -5,12 +5,20 @@
5
<groupId>com.msalmi</groupId>
6
<artifactId>keycloak-sha1</artifactId>
7
8
- <version>1.0.0</version>
+ <version>${revision}</version>
9
<name>keycloak-sha1</name>
10
<description>Adds SHA1 hashing support to Keycloak</description>
11
12
<packaging>jar</packaging>
13
14
+ <distributionManagement>
15
+ <repository>
16
+ <id>github</id>
17
+ <name>ArteGEIE GitHub Apache Maven Packages</name>
18
+ <url>https://maven.pkg.github.com/artegeie/keycloak-password-sha1</url>
19
+ </repository>
20
+ </distributionManagement>
21
+
22
<properties>
23
<java.release>11</java.release>
24
<keycloak.version>10.0.0</keycloak.version>
0 commit comments