1
0

[maven-release-plugin] prepare for next development iteration

This commit is contained in:
vinothchandar
2018-09-28 11:27:00 +05:30
parent 5847b61f44
commit 7ba842c0fe
11 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -21,7 +21,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -21,7 +21,7 @@
<parent> <parent>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -21,7 +21,7 @@
<groupId>com.uber.hoodie</groupId> <groupId>com.uber.hoodie</groupId>
<artifactId>hoodie</artifactId> <artifactId>hoodie</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.4.4</version> <version>0.4.5-SNAPSHOT</version>
<description>Hoodie is a Apache Spark library that provides the ability to efficiently do <description>Hoodie is a Apache Spark library that provides the ability to efficiently do
incremental processing on datasets in HDFS incremental processing on datasets in HDFS
</description> </description>
@@ -133,7 +133,7 @@
<connection>scm:git:git@github.com:uber/hoodie.git</connection> <connection>scm:git:git@github.com:uber/hoodie.git</connection>
<developerConnection>scm:git:git@github.com:uber/hoodie.git</developerConnection> <developerConnection>scm:git:git@github.com:uber/hoodie.git</developerConnection>
<url>git@github.com:uber/hoodie.git</url> <url>git@github.com:uber/hoodie.git</url>
<tag>hoodie-0.4.4</tag> <tag>HEAD</tag>
</scm> </scm>
<mailingLists> <mailingLists>