From 47b58899f28f8e81e3358f1a98b00f22023a53c9 Mon Sep 17 00:00:00 2001 From: Zanata Build Server Date: Tue, 29 May 2018 05:09:48 +0000 Subject: [PATCH] chore(version): set version 0.8.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0494014..5697c98 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.fedorahosted.openprops openprops jar - 0.8.5-SNAPSHOT + 0.8.5 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.