Repository: predictionio-sdk-java Updated Branches: refs/heads/develop 7a3fdc711 -> b5da3ab93
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/commit/b5da3ab9 Tree: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/tree/b5da3ab9 Diff: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/diff/b5da3ab9 Branch: refs/heads/develop Commit: b5da3ab933cd2f85c9b52c112ffaf029741c6298 Parents: 7a3fdc7 Author: Donald Szeto <[email protected]> Authored: Tue Sep 11 11:27:32 2018 -0700 Committer: Donald Szeto <[email protected]> Committed: Tue Sep 11 11:27:32 2018 -0700 ---------------------------------------------------------------------- client/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/blob/b5da3ab9/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index cfbf711..95434eb 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ limitations under the License. <parent> <groupId>org.apache.predictionio</groupId> <artifactId>predictionio-sdk-java</artifactId> - <version>0.13.0</version> + <version>0.13.1-SNAPSHOT</version> </parent> <artifactId>predictionio-sdk-java-client</artifactId> http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/blob/b5da3ab9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3206be4..8b6cb2e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. <modelVersion>4.0.0</modelVersion> <groupId>org.apache.predictionio</groupId> <artifactId>predictionio-sdk-java</artifactId> - <version>0.13.0</version> + <version>0.13.1-SNAPSHOT</version> <url>http://predictionio.apache.org</url> <packaging>pom</packaging> <name>Apache PredictionIO Java SDK</name> @@ -35,7 +35,7 @@ limitations under the License. <connection>scm:git:https://github.com/apache/predictionio-sdk-java</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/predictionio-sdk-java.git</developerConnection> <url>https://github.com/apache/predictionio-sdk-java</url> - <tag>v0.13.0</tag> + <tag>HEAD</tag> </scm> <dependencies>
