From 22c2477bd12b210edee9e0751f515392d2c280eb Mon Sep 17 00:00:00 2001 From: Zanata Build Server Date: Tue, 20 Feb 2018 15:04:19 +0000 Subject: [PATCH] chore(version): new snapshot version 0.9-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.