[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/73580ba4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/73580ba4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/73580ba4 Branch: refs/heads/v0.5.0 Commit: 73580ba4f31e604f547d157fa39771b2c4f2a168 Parents: fab002a Author: Makoto Yui <[email protected]> Authored: Fri Jan 5 15:53:03 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Fri Jan 5 15:53:03 2018 +0900 ---------------------------------------------------------------------- core/pom.xml | 2 +- mixserv/pom.xml | 2 +- nlp/pom.xml | 2 +- pom.xml | 4 ++-- xgboost/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/73580ba4/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index d2a76b4..05f6ec2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hivemall</groupId> <artifactId>hivemall</artifactId> - <version>0.5.0-incubating-rc1</version> + <version>0.5.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/73580ba4/mixserv/pom.xml ---------------------------------------------------------------------- diff --git a/mixserv/pom.xml b/mixserv/pom.xml index 3ab2cda..13d9220 100644 --- a/mixserv/pom.xml +++ b/mixserv/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hivemall</groupId> <artifactId>hivemall</artifactId> - <version>0.5.0-incubating-rc1</version> + <version>0.5.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/73580ba4/nlp/pom.xml ---------------------------------------------------------------------- diff --git a/nlp/pom.xml b/nlp/pom.xml index 30d9ff0..c667c4e 100644 --- a/nlp/pom.xml +++ b/nlp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hivemall</groupId> <artifactId>hivemall</artifactId> - <version>0.5.0-incubating-rc1</version> + <version>0.5.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/73580ba4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f83828e..f178998 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <groupId>org.apache.hivemall</groupId> <artifactId>hivemall</artifactId> - <version>0.5.0-incubating-rc1</version> + <version>0.5.1-incubating-SNAPSHOT</version> <parent> <groupId>org.apache</groupId> @@ -50,7 +50,7 @@ <url>https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git</url> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git</developerConnection> - <tag>v0.5.0-rc1</tag> + <tag>HEAD</tag> </scm> <mailingLists> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/73580ba4/xgboost/pom.xml ---------------------------------------------------------------------- diff --git a/xgboost/pom.xml b/xgboost/pom.xml index 22da0fb..45df10b 100644 --- a/xgboost/pom.xml +++ b/xgboost/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hivemall</groupId> <artifactId>hivemall</artifactId> - <version>0.5.0-incubating-rc1</version> + <version>0.5.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
