Skip to content

Commit

Permalink
RANGER-3415:Change pom version from 2.2.0-SNAPSHOT to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh Mani committed Sep 28, 2021
1 parent 08bbf83 commit e5998fd
Show file tree
Hide file tree
Showing 65 changed files with 67 additions and 65 deletions.
2 changes: 1 addition & 1 deletion agents-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion agents-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion agents-cred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion agents-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion credentialbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dev-support/ranger-docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BRANCH=ranger-2.2

POSTGRES_PASSWORD=rangerR0cks!

RANGER_VERSION=2.2.0-SNAPSHOT
RANGER_VERSION=2.2.0
HADOOP_VERSION=3.3.0
HBASE_VERSION=2.2.6
HIVE_VERSION=3.1.2
Expand Down
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<url>http://ranger.apache.org/</url>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<artifactId>ranger</artifactId>
<packaging>pom</packaging>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion embeddedwebserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hbase-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hdfs-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hive-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
3 changes: 2 additions & 1 deletion intg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
<parent>
<artifactId>ranger</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jisql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
3 changes: 2 additions & 1 deletion kms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion knox-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-atlas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-kms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-kudu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-kylin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>ranger</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-nifi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-ozone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
<parent>
<artifactId>ranger</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-sqoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugin-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<description>Security for Enforcing Enterprise Policies</description>
<packaging>pom</packaging>
<name>ranger</name>
Expand Down
2 changes: 1 addition & 1 deletion ranger-atlas-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ranger-elasticsearch-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ranger-examples/conditions-enrichers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>ranger-examples</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ranger-examples/distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-examples</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ranger-examples/plugin-sampleapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>ranger-examples</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ranger-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>ranger</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ranger-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ranger-examples/sample-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>ranger-examples</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ranger-examples/sampleapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>ranger-examples</artifactId>
<groupId>org.apache.ranger</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ranger-hbase-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ranger-hdfs-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ranger-hive-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ranger-kafka-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ranger-kms-plugin-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
Loading

0 comments on commit e5998fd

Please sign in to comment.