We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4356b commit 462cf46Copy full SHA for 462cf46
README.md
@@ -45,7 +45,7 @@ Add the dependency of the latest version to your `pom.xml`:
45
<dependency>
46
<groupId>com.password4j</groupId>
47
<artifactId>password4j</artifactId>
48
- <version>1.8.0</version>
+ <version>1.8.1</version>
49
</dependency>
50
```
51
pom.xml
@@ -19,7 +19,7 @@
19
<connection>scm:git:git@github.com/Password4j/${project.artifactId}.git</connection>
20
<developerConnection>scm:git:ssh://git@github.com/Password4j/${project.artifactId}.git</developerConnection>
21
<url>https://github.com/Password4j/password4j</url>
22
- <tag>1.8.0</tag>
+ <tag>1.8.1</tag>
23
</scm>
24
25
<licenses>
0 commit comments