SLIDER-760 fixing up empty tags
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/b16ba2d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/b16ba2d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/b16ba2d0 Branch: refs/heads/feature/SLIDER-779_Move_to_Groovy_2.4.0 Commit: b16ba2d076bcc1d30252957563c00cab7341a3e1 Parents: e48ba06 Author: Steve Loughran <[email protected]> Authored: Tue Feb 24 17:12:53 2015 -0800 Committer: Steve Loughran <[email protected]> Committed: Tue Feb 24 17:12:53 2015 -0800 ---------------------------------------------------------------------- slider-assembly/pom.xml | 2 +- slider-funtest/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b16ba2d0/slider-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/slider-assembly/pom.xml b/slider-assembly/pom.xml index b6d15c1..0a1afd8 100644 --- a/slider-assembly/pom.xml +++ b/slider-assembly/pom.xml @@ -303,7 +303,7 @@ <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/b16ba2d0/slider-funtest/pom.xml ---------------------------------------------------------------------- diff --git a/slider-funtest/pom.xml b/slider-funtest/pom.xml index 2231274..3e186aa 100644 --- a/slider-funtest/pom.xml +++ b/slider-funtest/pom.xml @@ -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>
