You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/06/03 17:38:18 UTC

[knox] branch master updated: KNOX-1870 - Zeppelin UI service definition service.xml has wrong version

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fd6223  KNOX-1870 - Zeppelin UI service definition service.xml has wrong version
3fd6223 is described below

commit 3fd62231e51901073e5c9a44ef8a62394bd7c808
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jun 3 13:16:42 2019 -0400

    KNOX-1870 - Zeppelin UI service definition service.xml has wrong version
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 .../src/main/resources/services/zeppelinui/0.8.0/service.xml            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/service.xml b/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/service.xml
index 5e4b95a..7dc98df 100644
--- a/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/service.xml
+++ b/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/service.xml
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<service role="ZEPPELINUI" name="zeppelinui" version="0.6.0">
+<service role="ZEPPELINUI" name="zeppelinui" version="0.8.0">
   <policies>
     <policy role="webappsec"/>
     <policy role="authentication" name="Anonymous"/>