Repository: servicemix-specs Updated Branches: refs/heads/master f3b6d47f2 -> 6dc64a554
Fix json-api version Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/6dc64a55 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/6dc64a55 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/6dc64a55 Branch: refs/heads/master Commit: 6dc64a554ce6917cdbd26c080e9a823a41cd17cf Parents: f3b6d47 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jun 1 15:51:28 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jun 1 15:51:28 2017 +0200 ---------------------------------------------------------------------- json-api-1.1/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/6dc64a55/json-api-1.1/pom.xml ---------------------------------------------------------------------- diff --git a/json-api-1.1/pom.xml b/json-api-1.1/pom.xml index 8e84c4b..440e8d8 100644 --- a/json-api-1.1/pom.xml +++ b/json-api-1.1/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.servicemix.specs</groupId> <artifactId>specs</artifactId> - <version>2.8-SNAPSHOT</version> + <version>2.9-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.json-api-1.1</artifactId> <packaging>bundle</packaging> - <version>2.8-SNAPSHOT</version> + <version>2.9-SNAPSHOT</version> <name>Apache ServiceMix :: Specs :: JSon API 1.1</name> <dependencies>
