Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 681cb1e56 -> 91302a7e4
TAMAYA-346: Update to latest ASF root pom and Johnzon release 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/91302a7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/91302a7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/91302a7e Branch: refs/heads/master Commit: 91302a7e437180f0a0ed99153db711c17871dc11 Parents: 681cb1e Author: Phil Ottlinger <[email protected]> Authored: Mon Jul 23 00:20:14 2018 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Mon Jul 23 00:20:14 2018 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/91302a7e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e92130..a533a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>18</version> + <version>20</version> </parent> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-sandbox</artifactId> @@ -53,7 +53,7 @@ under the License. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <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>1.1.8</johnzon.version> <junit.version>4.12</junit.version> <assertj.version>3.8.0</assertj.version> <surefire.version>2.21.0</surefire.version>
