Repository: predictionio-sdk-java
Updated Branches:
  refs/heads/develop e3e4a8ddd -> 16052c96b


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

Branch: refs/heads/develop
Commit: 16052c96b136340c175c3f9c2692e720850df219
Parents: e3e4a8d
Author: Donald Szeto <don...@apache.org>
Authored: Thu Sep 13 15:50:27 2018 -0700
Committer: Donald Szeto <don...@apache.org>
Committed: Thu Sep 13 15:50:27 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/16052c96/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/16052c96/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>

Reply via email to