Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 b8231e81e -> ef7f6ce63
[maven-release-plugin] rollback the release of slider-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/ef7f6ce6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/ef7f6ce6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/ef7f6ce6 Branch: refs/heads/branches/branch-0.6 Commit: ef7f6ce634fa41bedff73c1583b481d7b6622592 Parents: b8231e8 Author: Steve Loughran <[email protected]> Authored: Mon Jan 19 19:51:52 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Jan 19 19:51:52 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, 29 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/app-packages/accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml index 17ebdf2..611940c 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</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.principal /> + <accumulo.keytab></accumulo.keytab> + <accumulo.principal></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/ef7f6ce6/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 8eb41c5..ec7f3fa 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/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 d890b83..6e8f979 100644 --- a/app-packages/command-logger/slider-pkg/pom.xml +++ b/app-packages/command-logger/slider-pkg/pom.xml @@ -1,5 +1,6 @@ <?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 @@ -19,7 +20,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/app-packages/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/hbase/pom.xml b/app-packages/hbase/pom.xml index 73486e6..aad3fef 100644 --- a/app-packages/hbase/pom.xml +++ b/app-packages/hbase/pom.xml @@ -1,5 +1,6 @@ <?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 @@ -19,7 +20,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.61.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -47,7 +48,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/ef7f6ce6/app-packages/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/pom.xml b/app-packages/pom.xml index a6598b0..7550692 100644 --- a/app-packages/pom.xml +++ b/app-packages/pom.xml @@ -1,5 +1,6 @@ <?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 @@ -19,7 +20,7 @@ <parent> <groupId>org.apache.slider</groupId> <artifactId>slider</artifactId> - <version>0.61.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/app-packages/storm/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/storm/pom.xml b/app-packages/storm/pom.xml index df9ce92..94870ab 100644 --- a/app-packages/storm/pom.xml +++ b/app-packages/storm/pom.xml @@ -1,5 +1,6 @@ <?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 @@ -19,7 +20,7 @@ <parent> <groupId>org.apache.slider.packages</groupId> <artifactId>slider-app-packages</artifactId> - <version>0.61.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 443c355..b6e1e19 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <packaging>pom</packaging> <description> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/slider-agent/pom.xml ---------------------------------------------------------------------- diff --git a/slider-agent/pom.xml b/slider-agent/pom.xml index ef0d38c..04993bc 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>slider-agent</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/slider-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/slider-assembly/pom.xml b/slider-assembly/pom.xml index 0aa7912..654bb86 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</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/ef7f6ce6/slider-core/pom.xml ---------------------------------------------------------------------- diff --git a/slider-core/pom.xml b/slider-core/pom.xml index b901042..370539a 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/slider-funtest/pom.xml ---------------------------------------------------------------------- diff --git a/slider-funtest/pom.xml b/slider-funtest/pom.xml index a85dfba..af08d1c 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</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/ef7f6ce6/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 4dd06ce..bd57687 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/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 dfd2d25..6fc8323 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/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 2a71567..df0f7eb 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef7f6ce6/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 d84892c..e6f46d8 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.1-SNAPSHOT</version> + <version>0.61.0-SNAPSHOT</version> <relativePath>../../../</relativePath> </parent>
