Skip to content

Commit

Permalink
Drop snapshot for ranger 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsinha54 committed Aug 30, 2017
1 parent 6928603 commit 9fbf147
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cdap-ranger/cdap-ranger-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-ranger</artifactId>
<groupId>co.cask.cdap</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-ranger/cdap-ranger-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-ranger</artifactId>
<groupId>co.cask.cdap</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-ranger/cdap-ranger-lookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-ranger</artifactId>
<groupId>co.cask.cdap</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions cdap-ranger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-security-extensions</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>cdap-ranger</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<modules>
<module>cdap-ranger-lookup</module>
Expand Down

0 comments on commit 9fbf147

Please sign in to comment.