Repository: clerezza Updated Branches: refs/heads/master e734ab8a5 -> e3fc8e9bd
updated dependencies to use released artifacts Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/e3fc8e9b Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/e3fc8e9b Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/e3fc8e9b Branch: refs/heads/master Commit: e3fc8e9bd63ffa51048bfdd547998197fdc86113 Parents: e734ab8 Author: Reto Gmuer <[email protected]> Authored: Sat Jun 13 13:59:34 2015 +0000 Committer: Reto Gmuer <[email protected]> Committed: Sat Jun 13 13:59:34 2015 +0000 ---------------------------------------------------------------------- platform/logging/core/pom.xml | 4 ++-- platform/logging/initializer/pom.xml | 2 +- platform/logging/ontologies/pom.xml | 2 +- platform/logging/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/e3fc8e9b/platform/logging/core/pom.xml ---------------------------------------------------------------------- diff --git a/platform/logging/core/pom.xml b/platform/logging/core/pom.xml index d3d0d71..bf3dcca 100644 --- a/platform/logging/core/pom.xml +++ b/platform/logging/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.clerezza</groupId> <artifactId>clerezza</artifactId> - <version>7-SNAPSHOT</version> + <version>7</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.clerezza</groupId> @@ -87,7 +87,7 @@ <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>web.fileserver</artifactId> - <version>0.10</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>junit</groupId> http://git-wip-us.apache.org/repos/asf/clerezza/blob/e3fc8e9b/platform/logging/initializer/pom.xml ---------------------------------------------------------------------- diff --git a/platform/logging/initializer/pom.xml b/platform/logging/initializer/pom.xml index 0ba1fc7..479ce77 100644 --- a/platform/logging/initializer/pom.xml +++ b/platform/logging/initializer/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.clerezza</groupId> <artifactId>clerezza</artifactId> - <version>7-SNAPSHOT</version> + <version>7</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.clerezza</groupId> http://git-wip-us.apache.org/repos/asf/clerezza/blob/e3fc8e9b/platform/logging/ontologies/pom.xml ---------------------------------------------------------------------- diff --git a/platform/logging/ontologies/pom.xml b/platform/logging/ontologies/pom.xml index 4b6b7b4..a803250 100644 --- a/platform/logging/ontologies/pom.xml +++ b/platform/logging/ontologies/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.clerezza</groupId> <artifactId>clerezza</artifactId> - <version>7-SNAPSHOT</version> + <version>7</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.clerezza</groupId> http://git-wip-us.apache.org/repos/asf/clerezza/blob/e3fc8e9b/platform/logging/pom.xml ---------------------------------------------------------------------- diff --git a/platform/logging/pom.xml b/platform/logging/pom.xml index 906c8e9..e331aa2 100644 --- a/platform/logging/pom.xml +++ b/platform/logging/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.clerezza</groupId> <artifactId>clerezza</artifactId> - <version>7-SNAPSHOT</version> + <version>7</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.clerezza</groupId>
