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

Commit

Permalink
[maven-release-plugin] prepare release hraven-0.9.17.t03
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrushali Channapattan committed Apr 9, 2015
1 parent b785548 commit fd29e13
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions hraven-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<relativePath>../</relativePath>
</parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven-assembly</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<name>hRaven-assembly</name>
<description>hRaven - Assembly artifacts</description>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions hraven-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<relativePath>../</relativePath>
</parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven-core</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<name>hRaven - core</name>
<description>Core components of hRaven, including model classes and data access layer</description>

Expand Down
8 changes: 4 additions & 4 deletions hraven-etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<relativePath>../</relativePath>
</parent>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven-etl</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<name>hRaven - etl</name>
<packaging>jar</packaging>
<description>ETL map reduce jobs and supporting components for data loading</description>
Expand Down Expand Up @@ -162,13 +162,13 @@
<dependency>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven-core</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
</dependency>

<dependency>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven-core</artifactId>
<version>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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>0.9.17.t03-SNAPSHOT</version>
<version>0.9.17.t03</version>
<name>hRaven Project</name>
<url>https://github.com/twitter/hraven</url>
<description>
Expand Down

0 comments on commit fd29e13

Please sign in to comment.