diff --git a/pom.xml b/pom.xml index b97fa3a..88331bb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.fedorahosted.openprops openprops jar - 0.8 + 0.9-SNAPSHOT OpenProps https://fedorahosted.org/openprops ${project.name} is a tiny Java library which reads and writes .properties files using the same code as java.util.Properties from the OpenJDK, but enhanced so that it preserves the order of entries within the file, and it also preserves comments in the file. This means that a Properties editor or a file converter written to use OpenProps won't have to lose comments or mess up the order of entries.