Skip to content

Commit

Permalink
Merge pull request #2 from yumaoka/ga-updates
Browse files Browse the repository at this point in the history
gp-cli-1.1.0 release changes
  • Loading branch information
yumaoka authored Jul 13, 2016
2 parents 8a30138 + 7cf701b commit 66d507e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 10 deletions.
40 changes: 33 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Java Client Tools for Globalization Pipeline on IBM Bluemix
==
<!--
/*
* Copyright IBM Corp. 2016
Expand All @@ -17,19 +15,21 @@ Java Client Tools for Globalization Pipeline on IBM Bluemix
* limitations under the License.
*/
-->
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)
Expand All @@ -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/)

# 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.
2 changes: 1 addition & 1 deletion gp-cli/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>gp-cli</artifactId>
<name>Globalization Pipeline Command Line Interface</name>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions gp-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<name>Globalization Pipeline Command Line Interface</name>
<artifactId>gp-cli</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-client</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 66d507e

Please sign in to comment.