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/13 18:28:49 UTC

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

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

Branch: refs/heads/develop
Commit: 66c5a16c18bf986c3b0065e3206f4a75965a3ce5
Parents: 64c03e8
Author: Donald Szeto <do...@apache.org>
Authored: Thu Sep 13 11:28:16 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Thu Sep 13 11:28:16 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/66c5a16c/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/66c5a16c/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>