You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2018/09/11 18:27:22 UTC

predictionio-sdk-java git commit: [maven-release-plugin] prepare release v0.13.0

Repository: predictionio-sdk-java
Updated Branches:
  refs/heads/develop 0780fcd55 -> 7a3fdc711


[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/7a3fdc71
Tree: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/tree/7a3fdc71
Diff: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/diff/7a3fdc71

Branch: refs/heads/develop
Commit: 7a3fdc711096dbb4c7c406e1eaf391f70a1b0d76
Parents: 0780fcd
Author: Donald Szeto <ds...@salesforce.com>
Authored: Tue Sep 11 11:27:17 2018 -0700
Committer: Donald Szeto <ds...@salesforce.com>
Committed: Tue Sep 11 11:27:17 2018 -0700

----------------------------------------------------------------------
 client/pom.xml | 2 +-
 pom.xml        | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio-sdk-java/blob/7a3fdc71/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 080e2bf..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.0-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/7a3fdc71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d2f4938..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.0-SNAPSHOT</version>
+  <version>0.13.0</version>
   <url>http://predictionio.apache.org</url>
   <packaging>pom</packaging>
   <name>Apache PredictionIO Java SDK</name>
@@ -35,6 +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>
   </scm>
 
   <dependencies>