Skip to content

Commit 5847b61

Browse files
author
vinothchandar
committed
[maven-release-plugin] prepare release hoodie-0.4.4
1 parent 05bf14a commit 5847b61

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

hoodie-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

hoodie-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

hoodie-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

hoodie-hadoop-mr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

hoodie-hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

hoodie-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hoodie</artifactId>
2323
<groupId>com.uber.hoodie</groupId>
24-
<version>0.4.4-SNAPSHOT</version>
24+
<version>0.4.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

hoodie-utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

packaging/hoodie-hadoop-mr-bundle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -192,7 +192,7 @@
192192
</property>
193193
</activation>
194194
<properties>
195-
<hiveJarSuffix></hiveJarSuffix>
195+
<hiveJarSuffix />
196196
</properties>
197197
<dependencies>
198198
<dependency>

packaging/hoodie-hive-bundle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>hoodie</artifactId>
2121
<groupId>com.uber.hoodie</groupId>
22-
<version>0.4.4-SNAPSHOT</version>
22+
<version>0.4.4</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
@@ -205,7 +205,7 @@
205205
</property>
206206
</activation>
207207
<properties>
208-
<hiveJarSuffix></hiveJarSuffix>
208+
<hiveJarSuffix />
209209
</properties>
210210
<dependencies>
211211
<dependency>

packaging/hoodie-spark-bundle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hoodie</artifactId>
2323
<groupId>com.uber.hoodie</groupId>
24-
<version>0.4.4-SNAPSHOT</version>
24+
<version>0.4.4</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
@@ -279,7 +279,7 @@
279279
</property>
280280
</activation>
281281
<properties>
282-
<hiveJarSuffix></hiveJarSuffix>
282+
<hiveJarSuffix />
283283
</properties>
284284
<dependencies>
285285
<dependency>

0 commit comments

Comments
 (0)