Skip to content

Commit 66d507e

Browse files
authored
Merge pull request #2 from yumaoka/ga-updates
gp-cli-1.1.0 release changes
2 parents 8a30138 + 7cf701b commit 66d507e

3 files changed

Lines changed: 36 additions & 10 deletions

File tree

README.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Java Client Tools for Globalization Pipeline on IBM Bluemix
2-
==
31
<!--
42
/*
53
* Copyright IBM Corp. 2016
@@ -17,19 +15,21 @@ Java Client Tools for Globalization Pipeline on IBM Bluemix
1715
* limitations under the License.
1816
*/
1917
-->
18+
Java Client Tools for Globalization Pipeline on IBM Bluemix
19+
==
2020

21-
---
2221
# What is this?
2322

2423
This repository contains Java tools for
2524
[Globalization Pipeline on IBM Bluemix](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html).
2625

27-
---
28-
# Licensing
2926

30-
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)
27+
# Getting started
28+
29+
To get started, you should familiarize yourself with the service itself. A good place
30+
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)
31+
documentation.
3132

32-
---
3333
# Usage
3434

3535
## Command Line Interface (gp-cli)
@@ -40,3 +40,29 @@ of Globalization Pipeline service to a specific file format, adding a new target
4040
language in bundle configuration, creating a new user and so on.
4141

4242
To see available commands and options, please see [Globalization Pipeline Command Line Interface Guide](gp-cli.md)
43+
44+
# Community
45+
46+
* View or file GitHub [Issues](https://github.com/IBM-Bluemix/gp-java-tools/issues)
47+
* Connect with the open source community on [developerWorks Open](https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/)
48+
49+
# Contributing
50+
51+
See [CONTRIBUTING.md](CONTRIBUTING.md).
52+
53+
# License
54+
55+
Apache 2.0. See [LICENSE.txt](LICENSE.txt).
56+
57+
> Licensed under the Apache License, Version 2.0 (the "License");
58+
> you may not use this file except in compliance with the License.
59+
> You may obtain a copy of the License at
60+
>
61+
> http://www.apache.org/licenses/LICENSE-2.0
62+
>
63+
> Unless required by applicable law or agreed to in writing, software
64+
> distributed under the License is distributed on an "AS IS" BASIS,
65+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66+
> See the License for the specific language governing permissions and
67+
> limitations under the License.
68+

gp-cli/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>gp-cli</artifactId>
1010
<name>Globalization Pipeline Command Line Interface</name>
11-
<version>1.1.0-SNAPSHOT</version>
11+
<version>1.1.0</version>
1212
<build>
1313
<plugins>
1414
<plugin>

gp-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<name>Globalization Pipeline Command Line Interface</name>
1212
<artifactId>gp-cli</artifactId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.1.0</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.ibm.g11n.pipeline</groupId>
7070
<artifactId>gp-java-client</artifactId>
71-
<version>1.1.0-SNAPSHOT</version>
71+
<version>1.1.0</version>
7272
</dependency>
7373

7474
<dependency>

0 commit comments

Comments
 (0)