Skip to content

Commit

Permalink
[maven-release-plugin] prepare release hoodie-0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannarajaperumal committed Jun 16, 2017
1 parent e44f9b8 commit 45732e4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hoodie-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hoodie-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hoodie-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hoodie-hadoop-mr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hoodie-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hoodie-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>com.uber.hoodie</groupId>
<artifactId>hoodie</artifactId>
<packaging>pom</packaging>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>
<description>Hoodie is a Apache Spark library that provides the ability to efficiently do incremental processing on datasets in HDFS</description>
<url>https://github.com/uber/hoodie</url>
<name>Hoodie</name>
Expand Down Expand Up @@ -116,7 +116,7 @@
<connection>scm:git:[email protected]:uber/hoodie.git</connection>
<developerConnection>scm:git:[email protected]:uber/hoodie.git</developerConnection>
<url>[email protected]:uber/hoodie.git</url>
<tag>HEAD</tag>
<tag>hoodie-0.3.8</tag>
</scm>

<mailingLists>
Expand Down

0 comments on commit 45732e4

Please sign in to comment.