Repository: incubator-tamaya Updated Branches: refs/heads/master f3469b8ca -> 87569d293
TAMAYA-294: Update Johnson and its specs among all modules Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/87569d29 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/87569d29 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/87569d29 Branch: refs/heads/master Commit: 87569d293498741c17386b299fedec547d2bdc54 Parents: f3469b8 Author: Phil Ottlinger <[email protected]> Authored: Sun Oct 22 19:49:55 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Sun Oct 22 19:49:55 2017 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/87569d29/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 501e801..672cf3c 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ <maven.javadoc.skip>false</maven.javadoc.skip> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <json.spec.version>1.0-alpha-1</json.spec.version> + <json.spec.version>1.0</json.spec.version> <junit.version>4.12</junit.version> <!-- Dependency and plugin relate version properties go here --> @@ -259,7 +259,7 @@ <!-- JSON Specs --> <dependency> <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-json_1.0_spec</artifactId> + <artifactId>geronimo-json_1.1_spec</artifactId> <version>${json.spec.version}</version> </dependency> <!-- asciidoctor -->
