Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master cac421bda -> ed8bd26f1
TAMAYA-342: Fix double version properties Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/ed8bd26f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/ed8bd26f Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/ed8bd26f Branch: refs/heads/master Commit: ed8bd26f1fc45640034ff70823af5b97f0f9a756 Parents: cac421b Author: Phil Ottlinger <[email protected]> Authored: Sat Jun 16 01:00:27 2018 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Sat Jun 16 01:00:27 2018 +0200 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ed8bd26f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 457a278..1e92130 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,6 @@ under the License. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <json.spec.version>1.0</json.spec.version> <johnzon.version>1.1.4</johnzon.version> - <johnzon.version>0.9-incubating</johnzon.version> <junit.version>4.12</junit.version> <assertj.version>3.8.0</assertj.version> <surefire.version>2.21.0</surefire.version>
