Repository: clerezza Updated Branches: refs/heads/master 56754d125 -> 804357139
Using static/greedy policy for components simplifying the code Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/062e0df4 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/062e0df4 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/062e0df4 Branch: refs/heads/master Commit: 062e0df4649056db2c07d33267645c8e1b0e24e9 Parents: 56754d1 Author: Reto Gmür <[email protected]> Authored: Wed Aug 26 19:07:52 2015 +0200 Committer: Reto Gmür <[email protected]> Committed: Wed Aug 26 19:07:52 2015 +0200 ---------------------------------------------------------------------- provisioning/jaxrs-whiteboard/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/062e0df4/provisioning/jaxrs-whiteboard/pom.xml ---------------------------------------------------------------------- diff --git a/provisioning/jaxrs-whiteboard/pom.xml b/provisioning/jaxrs-whiteboard/pom.xml index 6c86956..c57c543 100644 --- a/provisioning/jaxrs-whiteboard/pom.xml +++ b/provisioning/jaxrs-whiteboard/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>clerezza</artifactId> <groupId>org.apache.clerezza</groupId> - <version>8-SNAPSHOT</version> + <version>7</version> <relativePath>../../parent</relativePath> </parent> @@ -52,7 +52,7 @@ <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>jaxrs.whiteboard.jersey</artifactId> - <version>0.1</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency>
