Skip to content

Commit 43ef385

Browse files
author
Vinoth Chandar
committed
[maven-release-plugin] prepare release hoodie-0.4.2
1 parent 4f76f28 commit 43ef385

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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.2-SNAPSHOT</version>
22+
<version>0.4.2</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.2-SNAPSHOT</version>
22+
<version>0.4.2</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.2-SNAPSHOT</version>
22+
<version>0.4.2</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.2-SNAPSHOT</version>
22+
<version>0.4.2</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.2-SNAPSHOT</version>
22+
<version>0.4.2</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.2-SNAPSHOT</version>
24+
<version>0.4.2</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.2-SNAPSHOT</version>
22+
<version>0.4.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.uber.hoodie</groupId>
2222
<artifactId>hoodie</artifactId>
2323
<packaging>pom</packaging>
24-
<version>0.4.2-SNAPSHOT</version>
24+
<version>0.4.2</version>
2525
<description>Hoodie is a Apache Spark library that provides the ability to efficiently do
2626
incremental processing on datasets in HDFS
2727
</description>
@@ -133,7 +133,7 @@
133133
<connection>scm:git:[email protected]:uber/hoodie.git</connection>
134134
<developerConnection>scm:git:[email protected]:uber/hoodie.git</developerConnection>
135135
<url>[email protected]:uber/hoodie.git</url>
136-
<tag>HEAD</tag>
136+
<tag>hoodie-0.4.2</tag>
137137
</scm>
138138

139139
<mailingLists>

0 commit comments

Comments
 (0)