Use release version of the jPasswordObfuscator library

This commit is contained in:
Marko Zivanovic
2015-03-10 22:02:29 +01:00
parent f0cf8e48f0
commit 28cb1110eb
+3 -2
View File
@@ -14,6 +14,7 @@
Solution for protecting passwords and other sensitive data in configuration files or in transit from casual glances. Solution for protecting passwords and other sensitive data in configuration files or in transit from casual glances.
Not at all useful for protecting sensitive data from attackers bent on stealing your secrets. Not at all useful for protecting sensitive data from attackers bent on stealing your secrets.
</description> </description>
<url>https://github.com/zmarko/jPasswordObfuscator</url>
<licenses> <licenses>
<license> <license>
@@ -53,9 +54,9 @@
<version>18.0</version> <version>18.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>rs.in.zivanovic</groupId>
<artifactId>j-password-obfuscator</artifactId> <artifactId>j-password-obfuscator</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
</dependency> </dependency>
</dependencies> </dependencies>