SLIDER-745 updating release POMs for 0.61.0
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/a651f7a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/a651f7a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/a651f7a3 Branch: refs/heads/branches/branch-0.6 Commit: a651f7a36e6a5f570b1f244e319707aff386e7fc Parents: 98ae5d8 Author: Steve Loughran <[email protected]> Authored: Sat Jan 10 17:14:57 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Sat Jan 10 17:14:57 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-win/pom.xml | 2 +- app-packages/hbase/pom.xml | 2 +- app-packages/pom.xml | 2 +- app-packages/storm-win/pom.xml | 2 +- app-packages/storm/pom.xml | 2 +- pom.xml | 4 ++-- 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 +- 17 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/app-packages/accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml index 2f8ec86..41dd7dd 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.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/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 75462f4..d3662e0 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.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/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 180396f..c57c3e8 100644 --- a/app-packages/command-logger/slider-pkg/pom.xml +++ b/app-packages/command-logger/slider-pkg/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/app-packages/hbase-win/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/hbase-win/pom.xml b/app-packages/hbase-win/pom.xml index 3c8e554..12a71a7 100644 --- a/app-packages/hbase-win/pom.xml +++ b/app-packages/hbase-win/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/app-packages/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/hbase/pom.xml b/app-packages/hbase/pom.xml index 6ddcf0d..b04668d 100644 --- a/app-packages/hbase/pom.xml +++ b/app-packages/hbase/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/app-packages/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/pom.xml b/app-packages/pom.xml index 7550692..6fba23d 100644 --- a/app-packages/pom.xml +++ b/app-packages/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0-SNAPSHOT</version> + <version>0.61.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/app-packages/storm-win/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/storm-win/pom.xml b/app-packages/storm-win/pom.xml index bea6b2d..3e08bfe 100644 --- a/app-packages/storm-win/pom.xml +++ b/app-packages/storm-win/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/app-packages/storm/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/storm/pom.xml b/app-packages/storm/pom.xml index 822a91e..5c6d87c 100644 --- a/app-packages/storm/pom.xml +++ b/app-packages/storm/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7832eff..d409d4e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> <name>Slider</name> - <version>0.60.0-incubating</version> + <version>0.61.0</version> <packaging>pom</packaging> <description> @@ -136,7 +136,7 @@ <!-- core artifacts --> - <hadoop.version>2.6.0-SNAPSHOT</hadoop.version> + <hadoop.version>2.6.0</hadoop.version> <hbase.version>0.99.0</hbase.version> <accumulo.version>1.6.1</accumulo.version> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/slider-agent/pom.xml ---------------------------------------------------------------------- diff --git a/slider-agent/pom.xml b/slider-agent/pom.xml index 332d5d1..7f2fc9f 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.60.0-incubating</version> + <version>0.61.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>slider-agent</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/slider-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/slider-assembly/pom.xml b/slider-assembly/pom.xml index cd4b6e6..47fba0a 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.60.0-incubating</version> + <version>0.61.0</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/slider-core/pom.xml ---------------------------------------------------------------------- diff --git a/slider-core/pom.xml b/slider-core/pom.xml index 9c616c3..a28a253 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.60.0-incubating</version> + <version>0.61.0</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/slider-funtest/pom.xml ---------------------------------------------------------------------- diff --git a/slider-funtest/pom.xml b/slider-funtest/pom.xml index deba7ed..e7d3ef8 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.60.0-incubating</version> + <version>0.61.0</version> </parent> <properties> <work.dir>package-tmp</work.dir> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/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 ec48f59..f294fdd 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.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/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 99d7b65..fa8186f 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.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/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 dd55a93..ea4931c 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.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a651f7a3/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 71c4d27..4cfed3a 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.60.0-incubating</version> + <version>0.61.0</version> <relativePath>../../../</relativePath> </parent>
