You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ab...@apache.org on 2020/11/12 20:29:27 UTC

[ranger] branch ranger-2.2 updated: RANGER-3074: Fix build issues

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

abhay pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.2 by this push:
     new 5ef3042  RANGER-3074: Fix build issues
5ef3042 is described below

commit 5ef30420430c195597ea3b47f4027c5b60002b94
Author: Kishor Gollapalliwar <ki...@gmail.com>
AuthorDate: Thu Nov 12 12:28:06 2020 -0800

    RANGER-3074: Fix build issues
---
 ugsync-util/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ugsync-util/pom.xml b/ugsync-util/pom.xml
index aa992ca..6c44580 100644
--- a/ugsync-util/pom.xml
+++ b/ugsync-util/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>ranger</artifactId>
         <groupId>org.apache.ranger</groupId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ugsync-util</artifactId>