SLIDER-760 fixing up 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/e48ba06c Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/e48ba06c Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/e48ba06c Branch: refs/heads/feature/SLIDER-779_Move_to_Groovy_2.4.0 Commit: e48ba06c6c495cee1afd651256d752a4f567be49 Parents: af14a3f Author: Steve Loughran <[email protected]> Authored: Tue Feb 24 17:09:32 2015 -0800 Committer: Steve Loughran <[email protected]> Committed: Tue Feb 24 17:09:32 2015 -0800 ---------------------------------------------------------------------- app-packages/hbase/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e48ba06c/app-packages/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/hbase/pom.xml b/app-packages/hbase/pom.xml index 9c177a6..196bf5b 100644 --- a/app-packages/hbase/pom.xml +++ b/app-packages/hbase/pom.xml @@ -48,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>
