SLIDER-760 fixing up empty XML tags for consistency with what mvn release 
generates


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/af14a3fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/af14a3fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/af14a3fe

Branch: refs/heads/feature/SLIDER-779_Move_to_Groovy_2.4.0
Commit: af14a3feaeeeb61326818cb5a0b8fb00aa482fc7
Parents: 353625f
Author: Steve Loughran <[email protected]>
Authored: Tue Feb 24 17:06:04 2015 -0800
Committer: Steve Loughran <[email protected]>
Committed: Tue Feb 24 17:06:04 2015 -0800

----------------------------------------------------------------------
 app-packages/accumulo/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/af14a3fe/app-packages/accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml
index 4467294..7dcee0a 100644
--- a/app-packages/accumulo/pom.xml
+++ b/app-packages/accumulo/pom.xml
@@ -49,8 +49,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>

Reply via email to