Updating the version.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/8916f601 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/8916f601 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/8916f601 Branch: refs/heads/master Commit: 8916f601bcb90ff97977e82f620e8e15d3ae820e Parents: 6a5d052 Author: Aaron McCurry <[email protected]> Authored: Thu Sep 19 09:06:30 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu Sep 19 09:06:30 2013 -0400 ---------------------------------------------------------------------- blur-core/pom.xml | 2 +- blur-gui/pom.xml | 2 +- blur-jdbc/pom.xml | 2 +- blur-mapred/pom.xml | 2 +- blur-query/pom.xml | 2 +- blur-shell/pom.xml | 2 +- blur-store/pom.xml | 2 +- blur-thrift/pom.xml | 2 +- blur-util/pom.xml | 2 +- contrib/blur-console/blur-agent/pom.xml | 12 ++++++------ distribution/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-core/pom.xml ---------------------------------------------------------------------- diff --git a/blur-core/pom.xml b/blur-core/pom.xml index da3b670..220be4e 100644 --- a/blur-core/pom.xml +++ b/blur-core/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-gui/pom.xml ---------------------------------------------------------------------- diff --git a/blur-gui/pom.xml b/blur-gui/pom.xml index 355bd69..21a07c5 100644 --- a/blur-gui/pom.xml +++ b/blur-gui/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/blur-jdbc/pom.xml b/blur-jdbc/pom.xml index 0d34d95..d66ce21 100644 --- a/blur-jdbc/pom.xml +++ b/blur-jdbc/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-mapred/pom.xml ---------------------------------------------------------------------- diff --git a/blur-mapred/pom.xml b/blur-mapred/pom.xml index dbf7522..6cefdd4 100644 --- a/blur-mapred/pom.xml +++ b/blur-mapred/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-query/pom.xml ---------------------------------------------------------------------- diff --git a/blur-query/pom.xml b/blur-query/pom.xml index 7c3625d..a189aba 100644 --- a/blur-query/pom.xml +++ b/blur-query/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-shell/pom.xml ---------------------------------------------------------------------- diff --git a/blur-shell/pom.xml b/blur-shell/pom.xml index e61b0c8..52bdf53 100644 --- a/blur-shell/pom.xml +++ b/blur-shell/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-store/pom.xml ---------------------------------------------------------------------- diff --git a/blur-store/pom.xml b/blur-store/pom.xml index b2225e9..037ce3f 100644 --- a/blur-store/pom.xml +++ b/blur-store/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/blur-thrift/pom.xml b/blur-thrift/pom.xml index 1cdfa10..cdec767 100644 --- a/blur-thrift/pom.xml +++ b/blur-thrift/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/blur-util/pom.xml ---------------------------------------------------------------------- diff --git a/blur-util/pom.xml b/blur-util/pom.xml index f77e258..1e5e746 100644 --- a/blur-util/pom.xml +++ b/blur-util/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/contrib/blur-console/blur-agent/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/pom.xml b/contrib/blur-console/blur-agent/pom.xml index 836056c..965655e 100644 --- a/contrib/blur-console/blur-agent/pom.xml +++ b/contrib/blur-console/blur-agent/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.blur</groupId> @@ -77,12 +77,12 @@ under the License. <dependency> <groupId>org.apache.blur</groupId> <artifactId>blur-thrift</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.blur</groupId> <artifactId>blur-util</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -128,13 +128,13 @@ under the License. <dependency> <groupId>org.apache.blur</groupId> <artifactId>blur-core</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.blur</groupId> <artifactId>blur-core</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -147,7 +147,7 @@ under the License. <dependency> <groupId>org.apache.blur</groupId> <artifactId>blur-store</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index e940804..0f5275d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8916f601/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9fff5bf..6b70353 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ under the License. <groupId>org.apache.blur</groupId> <artifactId>blur</artifactId> - <version>0.2.1-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Blur</name>
