Repository: johnzon Updated Branches: refs/heads/master 292213160 -> d6f649557
upgrade specs to final released versions Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/d6f64955 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/d6f64955 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/d6f64955 Branch: refs/heads/master Commit: d6f6495575d1407c2ff792c81f4707950c8b12ea Parents: 2922131 Author: Mark Struberg <[email protected]> Authored: Mon Apr 24 21:46:03 2017 +0200 Committer: Mark Struberg <[email protected]> Committed: Mon Apr 24 21:46:03 2017 +0200 ---------------------------------------------------------------------- johnzon-jsonb/pom.xml | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/d6f64955/johnzon-jsonb/pom.xml ---------------------------------------------------------------------- diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml index d68cb37..5232f59 100644 --- a/johnzon-jsonb/pom.xml +++ b/johnzon-jsonb/pom.xml @@ -35,9 +35,9 @@ <dependencies> <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>javax.ws.rs-api</artifactId> - <version>2.0</version> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jaxrs_2.0_spec</artifactId> + <version>1.0-alpha-1</version> <scope>provided</scope> </dependency> <dependency> @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jsonb_1.0_spec</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/johnzon/blob/d6f64955/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 85492c2..a0537eb 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <url>http://johnzon.apache.org</url> <properties> - <geronimo-jsonp.version>1.0-SNAPSHOT</geronimo-jsonp.version> + <geronimo-jsonp.version>1.0</geronimo-jsonp.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <johnzon.site.url>https://svn.apache.org/repos/asf/johnzon/site/publish/</johnzon.site.url> <pubsub.url>scm:svn:${johnzon.site.url}</pubsub.url>
