Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Setting version to release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrushali committed Mar 24, 2017
1 parent 1163257 commit dcbe590
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hraven-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>hraven-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hraven-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>hraven-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hraven-etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>hraven-etl</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>hRaven Project</name>
<url>https://github.com/twitter/hraven</url>
<description>
Expand Down Expand Up @@ -129,7 +129,7 @@
<properties>
<compileSource>1.8</compileSource>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hraven.version>1.0.0-SNAPSHOT</hraven.version>
<hraven.version>1.0.0</hraven.version>
<hbase.version>1.1.3</hbase.version>
<hadoop.version>2.6.0</hadoop.version>

Expand Down

0 comments on commit dcbe590

Please sign in to comment.