[ 
https://issues.apache.org/jira/browse/PIO-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612454#comment-16612454
 ] 

ASF GitHub Bot commented on PIO-164:
------------------------------------

Github user dszeto commented on a diff in the pull request:

    https://github.com/apache/predictionio-sdk-java/pull/7#discussion_r217111063
  
    --- Diff: 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>
    --- End diff --
    
    I don't think we need to rollback the version, as the release plugin 
already created a release tag `v0.13.0` for the commit that has `0.13.0` as the 
release version number.


> Update JavaSDK's examples correctly
> -----------------------------------
>
>                 Key: PIO-164
>                 URL: https://issues.apache.org/jira/browse/PIO-164
>             Project: PredictionIO
>          Issue Type: Bug
>          Components: Java SDK
>            Reporter: Naoki Takezoe
>            Assignee: Naoki Takezoe
>            Priority: Major
>
> Dependency to java-sdk in examples is now as below:
> {code:xml}
> <dependency>
>     <groupId>org.apache.predictionio</groupId>
>     <artifactId>client</artifactId>
>     <version>0.13.0</version>
> </dependency>
> {code}
> But I guess correct one is below:
> {code:xml}
> <dependency>
>     <groupId>org.apache.predictionio</groupId>
>     <artifactId>predictionio-sdk-java-client</artifactId>
>     <version>0.13.0</version>
> </dependency>
> {code}
> Also a package name in source code is wrong. They need to be updated 
> correctly.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to