Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 d3fd75007 -> e3ae73d16
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/e3ae73d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/e3ae73d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/e3ae73d1 Branch: refs/heads/branches/branch-0.6 Commit: e3ae73d16ac6dfd4d71200cb3ae23beba6bdeb2c Parents: d3fd750 Author: Steve Loughran <[email protected]> Authored: Mon Jan 19 18:21:15 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Jan 19 18:21:15 2015 +0000 ---------------------------------------------------------------------- app-packages/accumulo/pom.xml | 2 +- app-packages/command-logger/application-pkg/pom.xml | 2 +- app-packages/command-logger/slider-pkg/pom.xml | 2 +- app-packages/hbase/pom.xml | 2 +- app-packages/pom.xml | 2 +- app-packages/storm/pom.xml | 2 +- pom.xml | 2 +- slider-agent/pom.xml | 2 +- slider-assembly/pom.xml | 2 +- slider-core/pom.xml | 2 +- slider-funtest/pom.xml | 2 +- slider-providers/accumulo/accumulo-funtests/pom.xml | 2 +- slider-providers/accumulo/slider-accumulo-provider/pom.xml | 2 +- slider-providers/hbase/hbase-funtests/pom.xml | 2 +- slider-providers/hbase/slider-hbase-provider/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/app-packages/accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml index 742b164..17ebdf2 100644 --- a/app-packages/accumulo/pom.xml +++ b/app-packages/accumulo/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/app-packages/command-logger/application-pkg/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/command-logger/application-pkg/pom.xml b/app-packages/command-logger/application-pkg/pom.xml index d3662e0..8eb41c5 100644 --- a/app-packages/command-logger/application-pkg/pom.xml +++ b/app-packages/command-logger/application-pkg/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/app-packages/command-logger/slider-pkg/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/command-logger/slider-pkg/pom.xml b/app-packages/command-logger/slider-pkg/pom.xml index ba728df..d890b83 100644 --- a/app-packages/command-logger/slider-pkg/pom.xml +++ b/app-packages/command-logger/slider-pkg/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/app-packages/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/hbase/pom.xml b/app-packages/hbase/pom.xml index 34d7a17..73486e6 100644 --- a/app-packages/hbase/pom.xml +++ b/app-packages/hbase/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/app-packages/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/pom.xml b/app-packages/pom.xml index d55ab35..a6598b0 100644 --- a/app-packages/pom.xml +++ b/app-packages/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/app-packages/storm/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/storm/pom.xml b/app-packages/storm/pom.xml index b1bb0c1..df9ce92 100644 --- a/app-packages/storm/pom.xml +++ b/app-packages/storm/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bd39e30..443c355 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> <name>Slider</name> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <packaging>pom</packaging> <description> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-agent/pom.xml ---------------------------------------------------------------------- diff --git a/slider-agent/pom.xml b/slider-agent/pom.xml index 7f2fc9f..ef0d38c 100644 --- a/slider-agent/pom.xml +++ b/slider-agent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>slider-agent</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/slider-assembly/pom.xml b/slider-assembly/pom.xml index 216ca08..0aa7912 100644 --- a/slider-assembly/pom.xml +++ b/slider-assembly/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-core/pom.xml ---------------------------------------------------------------------- diff --git a/slider-core/pom.xml b/slider-core/pom.xml index a28a253..b901042 100644 --- a/slider-core/pom.xml +++ b/slider-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-funtest/pom.xml ---------------------------------------------------------------------- diff --git a/slider-funtest/pom.xml b/slider-funtest/pom.xml index cf8c48b..a85dfba 100644 --- a/slider-funtest/pom.xml +++ b/slider-funtest/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> </parent> <properties> <work.dir>package-tmp</work.dir> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-providers/accumulo/accumulo-funtests/pom.xml ---------------------------------------------------------------------- diff --git a/slider-providers/accumulo/accumulo-funtests/pom.xml b/slider-providers/accumulo/accumulo-funtests/pom.xml index f294fdd..4dd06ce 100644 --- a/slider-providers/accumulo/accumulo-funtests/pom.xml +++ b/slider-providers/accumulo/accumulo-funtests/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-providers/accumulo/slider-accumulo-provider/pom.xml ---------------------------------------------------------------------- diff --git a/slider-providers/accumulo/slider-accumulo-provider/pom.xml b/slider-providers/accumulo/slider-accumulo-provider/pom.xml index fa8186f..dfd2d25 100644 --- a/slider-providers/accumulo/slider-accumulo-provider/pom.xml +++ b/slider-providers/accumulo/slider-accumulo-provider/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-providers/hbase/hbase-funtests/pom.xml ---------------------------------------------------------------------- diff --git a/slider-providers/hbase/hbase-funtests/pom.xml b/slider-providers/hbase/hbase-funtests/pom.xml index ea4931c..2a71567 100644 --- a/slider-providers/hbase/hbase-funtests/pom.xml +++ b/slider-providers/hbase/hbase-funtests/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e3ae73d1/slider-providers/hbase/slider-hbase-provider/pom.xml ---------------------------------------------------------------------- diff --git a/slider-providers/hbase/slider-hbase-provider/pom.xml b/slider-providers/hbase/slider-hbase-provider/pom.xml index 4cfed3a..d84892c 100644 --- a/slider-providers/hbase/slider-hbase-provider/pom.xml +++ b/slider-providers/hbase/slider-hbase-provider/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0</version> + <version>0.61.1-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent>
