Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master f5d49016f -> a1a05824c
TAMAYA-346: Update to latest ASF root pom and Johnzon release Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/a1a05824 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/a1a05824 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/a1a05824 Branch: refs/heads/master Commit: a1a05824c8cabb15e4585e405f7c19970db45414 Parents: f5d4901 Author: Phil Ottlinger <[email protected]> Authored: Tue Jul 24 00:02:07 2018 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Tue Jul 24 00:02:07 2018 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/a1a05824/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6cd964..ed2c0c8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,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> @@ -58,7 +58,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.10.0</assertj.version>
