From d0ad00a77645a7ef5adf150300335fc94a01d381 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Wed, 13 Jul 2016 17:17:03 -0400 Subject: [PATCH 1/2] gp-cli-1.1.0 release changes --- README.md | 40 +++++++++++++++++++++++++------ gp-cli/dependency-reduced-pom.xml | 2 +- gp-cli/pom.xml | 4 ++-- 3 files changed, 36 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17fbc0c..ecebb5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Java Client Tools for Globalization Pipeline on IBM Bluemix -== +Java Client Tools for Globalization Pipeline on IBM Bluemix +== ---- # What is this? This repository contains Java tools for [Globalization Pipeline on IBM Bluemix](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html). ---- -# Licensing -This project is licensed under the [Apache License](https://hub.jazz.net/project/vish1993/gp-ruby-client/overview#https://hub.jazz.net/git/vish1993%252Fgp-ruby-client/contents/master/License.txt) +# Getting started + +To get started, you should familiarize yourself with the service itself. A good place +to begin is by reading the [Quick Start Guide](https://github.com/IBM-Bluemix/gp-common#quick-start-guide) and the official [Getting Started with IBM Globalization ](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html) +documentation. ---- # Usage ## Command Line Interface (gp-cli) @@ -40,3 +40,29 @@ of Globalization Pipeline service to a specific file format, adding a new target language in bundle configuration, creating a new user and so on. To see available commands and options, please see [Globalization Pipeline Command Line Interface Guide](gp-cli.md) + +# Community + +* View or file GitHub [Issues](https://github.com/IBM-Bluemix/gp-java-tools/issues) +* Connect with the open source community on [developerWorks Open](https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/python-sdk/) + +# Contributing + +See [CONTRIBUTING.md](CONTRIBUTING.md). + +# License + +Apache 2.0. See [LICENSE.txt](LICENSE.txt). + +> Licensed under the Apache License, Version 2.0 (the "License"); +> you may not use this file except in compliance with the License. +> You may obtain a copy of the License at +> +> http://www.apache.org/licenses/LICENSE-2.0 +> +> Unless required by applicable law or agreed to in writing, software +> distributed under the License is distributed on an "AS IS" BASIS, +> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +> See the License for the specific language governing permissions and +> limitations under the License. + diff --git a/gp-cli/dependency-reduced-pom.xml b/gp-cli/dependency-reduced-pom.xml index 647c8d4..7a27862 100644 --- a/gp-cli/dependency-reduced-pom.xml +++ b/gp-cli/dependency-reduced-pom.xml @@ -8,7 +8,7 @@ 4.0.0 gp-cli Globalization Pipeline Command Line Interface - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/gp-cli/pom.xml b/gp-cli/pom.xml index ac0d6e6..5307f64 100644 --- a/gp-cli/pom.xml +++ b/gp-cli/pom.xml @@ -10,7 +10,7 @@ Globalization Pipeline Command Line Interface gp-cli - 1.1.0-SNAPSHOT + 1.1.0 UTF-8 @@ -68,7 +68,7 @@ com.ibm.g11n.pipeline gp-java-client - 1.1.0-SNAPSHOT + 1.1.0 From 7cf701bafe88f84f636cef13c54bf619be24acd0 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Wed, 13 Jul 2016 17:28:48 -0400 Subject: [PATCH 2/2] Corrected dw Open page link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecebb5c..629e946 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To see available commands and options, please see [Globalization Pipeline Comman # Community * View or file GitHub [Issues](https://github.com/IBM-Bluemix/gp-java-tools/issues) -* Connect with the open source community on [developerWorks Open](https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/python-sdk/) +* Connect with the open source community on [developerWorks Open](https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/) # Contributing