Renamed parent project to Apache Curator
Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/b34f5d9d Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/b34f5d9d Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/b34f5d9d Branch: refs/heads/master Commit: b34f5d9d9108263ab9367599d13de92858d257b0 Parents: ba578d1 Author: randgalt <[email protected]> Authored: Fri Apr 19 17:50:57 2013 -0700 Committer: randgalt <[email protected]> Committed: Fri Apr 19 17:50:57 2013 -0700 ---------------------------------------------------------------------- curator-client/pom.xml | 2 +- curator-examples/pom.xml | 2 +- curator-framework/pom.xml | 2 +- curator-recipes/pom.xml | 2 +- curator-test/pom.xml | 2 +- curator-x-discovery-server/pom.xml | 2 +- curator-x-discovery/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/curator-client/pom.xml ---------------------------------------------------------------------- diff --git a/curator-client/pom.xml b/curator-client/pom.xml index 5307076..f729e69 100644 --- a/curator-client/pom.xml +++ b/curator-client/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/curator-examples/pom.xml ---------------------------------------------------------------------- diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml index 2ba08b2..7f5acaf 100644 --- a/curator-examples/pom.xml +++ b/curator-examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/curator-framework/pom.xml ---------------------------------------------------------------------- diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml index 49903d3..0cb6a9d 100644 --- a/curator-framework/pom.xml +++ b/curator-framework/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/curator-recipes/pom.xml ---------------------------------------------------------------------- diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml index a1d7f3c..43f3fcb 100644 --- a/curator-recipes/pom.xml +++ b/curator-recipes/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/curator-test/pom.xml ---------------------------------------------------------------------- diff --git a/curator-test/pom.xml b/curator-test/pom.xml index fb35e51..33f2911 100644 --- a/curator-test/pom.xml +++ b/curator-test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/curator-x-discovery-server/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/pom.xml b/curator-x-discovery-server/pom.xml index f1fb1c8..bda44d9 100644 --- a/curator-x-discovery-server/pom.xml +++ b/curator-x-discovery-server/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/curator-x-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml index 7621f9e..97dddc8 100644 --- a/curator-x-discovery/pom.xml +++ b/curator-x-discovery/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/b34f5d9d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4db1d24..1d17e82 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.curator</groupId> - <artifactId>curator</artifactId> + <artifactId>apache-curator</artifactId> <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging>
