Skip to content

Commit

Permalink
[maven-release-plugin] prepare release hoodie-0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothchandar committed Sep 28, 2018
1 parent 05bf14a commit 5847b61
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion hoodie-cli/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion hoodie-spark/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
4 changes: 2 additions & 2 deletions packaging/hoodie-hadoop-mr-bundle/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -192,7 +192,7 @@
</property>
</activation>
<properties>
<hiveJarSuffix></hiveJarSuffix>
<hiveJarSuffix />
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions packaging/hoodie-hive-bundle/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -205,7 +205,7 @@
</property>
</activation>
<properties>
<hiveJarSuffix></hiveJarSuffix>
<hiveJarSuffix />
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions packaging/hoodie-spark-bundle/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -279,7 +279,7 @@
</property>
</activation>
<properties>
<hiveJarSuffix></hiveJarSuffix>
<hiveJarSuffix />
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@
<groupId>com.uber.hoodie</groupId>
<artifactId>hoodie</artifactId>
<packaging>pom</packaging>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<description>Hoodie is a Apache Spark library that provides the ability to efficiently do
incremental processing on datasets in HDFS
</description>
Expand Down Expand Up @@ -133,7 +133,7 @@
<connection>scm:git:git@github.com:uber/hoodie.git</connection>
<developerConnection>scm:git:git@github.com:uber/hoodie.git</developerConnection>
<url>git@github.com:uber/hoodie.git</url>
<tag>HEAD</tag>
<tag>hoodie-0.4.4</tag>
</scm>

<mailingLists>
Expand Down

0 comments on commit 5847b61

Please sign in to comment.