File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ mvn clean install;
1111
1212This will build both the ` jar-module ` and ` ear-module ` :
1313```
14- [INFO] Reactor Summary for Argon2 Password Hash Provider 1.1.0 :
14+ [INFO] Reactor Summary for Argon2 Password Hash Provider x.y.z :
1515[INFO]
1616[INFO] Argon2 Password Hash Provider ...................... SUCCESS [ 0.633 s]
1717[INFO] Argon2 Password Hash Provider Module ............... SUCCESS [ 3.264 s]
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >be.cronos.keycloak</groupId >
66 <artifactId >argon2-password-hash-provider</artifactId >
7- <version >1.1.0 </version >
7+ <version >1.1.1 </version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >be.cronos.keycloak</groupId >
77 <artifactId >argon2-password-hash-provider</artifactId >
8- <version >1.1.0 </version >
8+ <version >1.1.1 </version >
99 </parent >
1010
1111 <artifactId >argon2-password-hash-provider-module</artifactId >
4444 <groupId >junit</groupId >
4545 <artifactId >junit</artifactId >
4646 <version >${junit.version} </version >
47- <scope >provided </scope >
47+ <scope >test </scope >
4848 </dependency >
4949 </dependencies >
5050
Original file line number Diff line number Diff line change 55
66 <groupId >be.cronos.keycloak</groupId >
77 <artifactId >argon2-password-hash-provider</artifactId >
8- <version >1.1.0 </version >
8+ <version >1.1.1 </version >
99 <packaging >pom</packaging >
1010
1111 <modules >
You can’t perform that action at this time.
0 commit comments