From 97b111667ea59428d65f5c0a072f44d9f9682e23 Mon Sep 17 00:00:00 2001 From: Zanata Build Server Date: Thu, 1 Mar 2018 06:22:34 +0000 Subject: [PATCH] chore(version): set version 0.8.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 88331bb..20e27ff 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.fedorahosted.openprops openprops jar - 0.9-SNAPSHOT + 0.8.3 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.