Skip to content

Commit

Permalink
Merge pull request #91 from caskdata/fix/remove-snapshot
Browse files Browse the repository at this point in the history
Remove snapshot version
  • Loading branch information
CuriousVini authored Dec 20, 2016
2 parents 7c043e4 + 5820227 commit e32a698
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cdap-security-extensions-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-security-extensions</artifactId>
<groupId>co.cask.cdap</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cdap-sentry/cdap-hue-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-sentry</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>cdap-hue-extension</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-sentry-extension</artifactId>
<groupId>co.cask.cdap</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-sentry-extension</artifactId>
<groupId>co.cask.cdap</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-sentry-extension</artifactId>
<groupId>co.cask.cdap</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-sentry/cdap-sentry-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-sentry</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>cdap-sentry-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-sentry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-security-extensions</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>cdap-sentry</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>co.cask.cdap</groupId>
<artifactId>cdap-security-extensions</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<modules>
<module>cdap-sentry</module>
Expand Down Expand Up @@ -64,7 +64,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>4.0.0-SNAPSHOT</cdap.version>
<cdap.version>4.0.0</cdap.version>
<slf4j.version>1.7.5</slf4j.version>
<junit.version>4.11</junit.version>
</properties>
Expand Down

0 comments on commit e32a698

Please sign in to comment.