Repository: predictionio-sdk-java Updated Branches: refs/heads/develop 64c03e8e7 -> e3e4a8ddd
[maven-release-plugin] prepare release v0.13.0 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/e3e4a8dd Tree: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/tree/e3e4a8dd Diff: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/diff/e3e4a8dd Branch: refs/heads/develop Commit: e3e4a8ddd50a0458095b6cfa23beffe9524f4bff Parents: 64c03e8 Author: Donald Szeto <[email protected]> Authored: Thu Sep 13 15:50:12 2018 -0700 Committer: Donald Szeto <[email protected]> Committed: Thu Sep 13 15:50:12 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/e3e4a8dd/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 95434eb..cfbf711 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.1-SNAPSHOT</version> + <version>0.13.0</version> </parent> <artifactId>predictionio-sdk-java-client</artifactId> http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/blob/e3e4a8dd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b6cb2e..3206be4 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.1-SNAPSHOT</version> + <version>0.13.0</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>HEAD</tag> + <tag>v0.13.0</tag> </scm> <dependencies>
