[maven-release-plugin] prepare release slider-0.61.0-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/64a8bac0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/64a8bac0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/64a8bac0 Branch: refs/heads/branches/branch-0.6 Commit: 64a8bac068e6801748fb973dbfb590bc62c60935 Parents: 39755ca Author: Steve Loughran <[email protected]> Authored: Tue Jan 27 18:21:08 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Tue Jan 27 18:21:08 2015 +0000 ---------------------------------------------------------------------- app-packages/accumulo/pom.xml | 6 +++--- app-packages/command-logger/application-pkg/pom.xml | 2 +- app-packages/command-logger/slider-pkg/pom.xml | 5 ++--- app-packages/hbase/pom.xml | 7 +++---- app-packages/pom.xml | 5 ++--- app-packages/storm/pom.xml | 5 ++--- pom.xml | 2 +- slider-agent/pom.xml | 2 +- slider-assembly/pom.xml | 6 +++--- slider-core/pom.xml | 2 +- slider-funtest/pom.xml | 4 ++-- 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, 25 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/app-packages/accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml index 611940c..524853d 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -48,8 +48,8 @@ <app.user>yarn</app.user> <app.user.group>hadoop</app.user.group> <!-- these are for accumulo processes --> - <accumulo.keytab></accumulo.keytab> - <accumulo.principal></accumulo.principal> + <accumulo.keytab /> + <accumulo.principal /> <!-- these are for the AM --> <accumulo.headless.keytab>${accumulo.keytab}</accumulo.headless.keytab> <accumulo.headless.principal>${accumulo.principal}</accumulo.headless.principal> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/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 14577f8..0f209d9 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/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 9979cd3..36c9ac8 100644 --- a/app-packages/command-logger/slider-pkg/pom.xml +++ b/app-packages/command-logger/slider-pkg/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -20,7 +19,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/app-packages/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/hbase/pom.xml b/app-packages/hbase/pom.xml index aad3fef..49e73ea 100644 --- a/app-packages/hbase/pom.xml +++ b/app-packages/hbase/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -20,7 +19,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.61.0-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -48,7 +47,7 @@ <phase>validate</phase> <configuration> <target name="copy and rename file"> - <copy file="${pkg.src}/${pkg.name}" tofile="${project.build.directory}/${pkg.name}"/> + <copy file="${pkg.src}/${pkg.name}" tofile="${project.build.directory}/${pkg.name}" /> </target> </configuration> <goals> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/app-packages/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/pom.xml b/app-packages/pom.xml index 7550692..953d698 100644 --- a/app-packages/pom.xml +++ b/app-packages/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -20,7 +19,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.0-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/app-packages/storm/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/storm/pom.xml b/app-packages/storm/pom.xml index 94870ab..e6af2dc 100644 --- a/app-packages/storm/pom.xml +++ b/app-packages/storm/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -20,7 +19,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.61.0-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1ed9f4c..0f935f6 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> <packaging>pom</packaging> <description> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/slider-agent/pom.xml ---------------------------------------------------------------------- diff --git a/slider-agent/pom.xml b/slider-agent/pom.xml index 4256b1b..adddb8d 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>slider-agent</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/slider-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/slider-assembly/pom.xml b/slider-assembly/pom.xml index 01a8209..ef5b5bf 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> </parent> @@ -302,8 +302,8 @@ <!-- <release>${project.version}</release> --> - <!----> - <distribution></distribution> + + <distribution /> <group>Applications/Engineering</group> <!--<icon>src/main/resources/icon.gif</icon>--> <!--<packager>ASF</packager>--> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/slider-core/pom.xml ---------------------------------------------------------------------- diff --git a/slider-core/pom.xml b/slider-core/pom.xml index 65daf39..57e0d3c 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/slider-funtest/pom.xml ---------------------------------------------------------------------- diff --git a/slider-funtest/pom.xml b/slider-funtest/pom.xml index 8b88a61..6f56c07 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> </parent> <properties> <work.dir>package-tmp</work.dir> @@ -123,7 +123,7 @@ <test.app.pkg.name>CMD_LOGGER</test.app.pkg.name> <test.app.resource>../slider-core/src/test/app_packages/test_command_log/resources.json</test.app.resource> <test.app.template>../slider-core/src/test/app_packages/test_command_log/appConfig.json</test.app.template> - <vagrant.current.working.dir></vagrant.current.working.dir> + <vagrant.current.working.dir /> </systemPropertyVariables> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/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 bd57687..51ada33 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/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 6fc8323..1c749f0 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/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 df0f7eb..da90c56 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/64a8bac0/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 e6f46d8..ce9ab0f 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-SNAPSHOT</version> + <version>0.61.0-incubating</version> <relativePath>../../../</relativePath> </parent>
