Skip to content

Commit 4dbb8a6

Browse files
committed
Rebranding to IBM Cloud, updating dependencies
Replaced the term Bluemix with IBM Cloud. Updated repository links in various places. The Coverity project name is still IBM-Bluemix/gp-java-tools in .travis.yml is not modified yet (need some changes on coverity side?) Also updated dependency component versions, mostly latest for each at this moment.
1 parent d1222ec commit 4dbb8a6

7 files changed

Lines changed: 36 additions & 36 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ context as possible so we can try to recreate the issue.
1313

1414
Do not submit account credentials in bug report forms.
1515

16-
Use Bluemix support options within the Bluemix web page for customer
17-
assistance with Bluemix, including the Globalization Pipeline service itself.
16+
Use IBM Cloud support options within the IBM Cloud web page for customer
17+
assistance with IBM Cloud, including the Globalization Pipeline service itself.
1818

1919
For general questions about Globalization Pipeline, you may also use the
2020
StackOverflow tag [“globalization pipeline”](http://stackoverflow.com/questions/tagged/globalization-pipeline)
@@ -49,14 +49,14 @@ change your rights to use your own Contributions for any other purpose.
4949

5050
You can download the CLAs here:
5151

52-
- [individual](https://github.com/IBM-Bluemix/gp-common/raw/master/legal/gp-cla-individual.pdf)
53-
- [corporate](https://github.com/IBM-Bluemix/gp-common/raw/master/legal/gp-cla-corporate.pdf)
52+
- [individual](https://github.com/IBM-Cloud/gp-common/raw/master/legal/gp-cla-individual.pdf)
53+
- [corporate](https://github.com/IBM-Cloud/gp-common/raw/master/legal/gp-cla-corporate.pdf)
5454

5555
If you are an IBMer, please contact us directly as the contribution process is
5656
slightly different.
5757

5858
### Acknowledgement
5959

60-
- Master copy: https://github.com/IBM-Bluemix/gp-common/blob/master/CONTRIBUTING.md
61-
- Copyright © 2016 IBM Corporation.
60+
- Master copy: https://github.com/IBM-Cloud/gp-common/blob/master/CONTRIBUTING.md
61+
- Copyright © 2016, 2018 IBM Corporation.
6262
- This document forked from [wasdev](https://github.com/WASdev/wasdev.github.io/blob/master/CONTRIBUTING.md)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
/*
3-
* Copyright IBM Corp. 2016
3+
* Copyright IBM Corp. 2016, 2018
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -15,16 +15,16 @@
1515
* limitations under the License.
1616
*/
1717
-->
18-
Java Client Tools for Globalization Pipeline on IBM Bluemix
18+
Java Client Tools for IBM Globalization Pipeline
1919
==
2020

2121
# What is this?
2222

2323
This repository contains Java tools for
24-
[Globalization Pipeline on IBM Bluemix](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html).
24+
[IBM Globalization Pipeline](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html).
2525

26-
[![Build Status](https://travis-ci.org/IBM-Bluemix/gp-java-tools.svg?branch=master)](https://travis-ci.org/IBM-Bluemix/gp-java-tools)
27-
[![Coverage Status](https://coveralls.io/repos/github/IBM-Bluemix/gp-java-tools/badge.svg?branch=master)](https://coveralls.io/github/IBM-Bluemix/gp-java-tools?branch=master)
26+
[![Build Status](https://travis-ci.org/IBM-Cloud/gp-java-tools.svg?branch=master)](https://travis-ci.org/IBM-Cloud/gp-java-tools)
27+
[![Coverage Status](https://coveralls.io/repos/github/IBM-Cloud/gp-java-tools/badge.svg?branch=master)](https://coveralls.io/github/IBM-Cloud/gp-java-tools?branch=master)
2828
[![Coverity Scan](https://img.shields.io/coverity/scan/9398.svg)](https://scan.coverity.com/projects/ibm-bluemix-gp-java-tools)
2929

3030
[![gp-java-tools](https://img.shields.io/maven-central/v/com.ibm.g11n.pipeline/gp-java-tools.svg)](#)
@@ -33,7 +33,7 @@ This repository contains Java tools for
3333
# Getting started
3434

3535
To get started, you should familiarize yourself with the service itself. A good place
36-
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)
36+
to begin is by reading the [Quick Start Guide](https://github.com/IBM-Cloud/gp-common#quick-start-guide) and the official [Getting Started with IBM Globalization Pipeline](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html)
3737
documentation.
3838

3939
# Usage
@@ -77,7 +77,7 @@ information.
7777

7878
# Community
7979

80-
* View or file GitHub [Issues](https://github.com/IBM-Bluemix/gp-java-tools/issues)
80+
* View or file GitHub [Issues](https://github.com/IBM-Cloud/gp-java-tools/issues)
8181
* Connect with the open source community on [developerWorks Open](https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/)
8282

8383
# Contributing

gp-ant-task/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<dependency>
2525
<groupId>com.google.code.gson</groupId>
2626
<artifactId>gson</artifactId>
27-
<version>2.4</version>
27+
<version>2.6.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.ibm.g11n.pipeline</groupId>
3131
<artifactId>gp-java-client</artifactId>
32-
<version>1.1.3</version>
32+
<version>1.1.5</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.ibm.g11n.pipeline</groupId>
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-shade-plugin</artifactId>
46-
<version>2.4.2</version>
46+
<version>3.1.0</version>
4747
<executions>
4848
<execution>
4949
<phase>package</phase>

gp-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-shade-plugin</artifactId>
34-
<version>2.4.2</version>
34+
<version>3.1.0</version>
3535
<executions>
3636
<execution>
3737
<phase>package</phase>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.beust</groupId>
8686
<artifactId>jcommander</artifactId>
87-
<version>1.48</version>
87+
<version>1.72</version>
8888
</dependency>
8989

9090
<dependency>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.ibm.g11n.pipeline</groupId>
9898
<artifactId>gp-java-client</artifactId>
99-
<version>1.1.3</version>
99+
<version>1.1.5</version>
100100
</dependency>
101101

102102
<dependency>

gp-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in pom.xml.
6868
<plugin>
6969
<groupId>com.ibm.g11n.pipeline</groupId>
7070
<artifactId>gp-maven-plugin</artifactId>
71-
<version>1.1.8</version>
71+
<version>1.1.9</version>
7272
</plugin>
7373
[...]
7474
</plugins>

gp-maven-plugin/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-invoker-plugin</artifactId>
131-
<version>2.0.0</version>
131+
<version>3.0.1</version>
132132
<configuration>
133133
<debug>true</debug>
134134
<addTestClassPath>true</addTestClassPath>
@@ -166,17 +166,17 @@
166166
<dependency>
167167
<groupId>org.apache.maven</groupId>
168168
<artifactId>maven-core</artifactId>
169-
<version>3.0</version>
169+
<version>3.5.2</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.apache.maven</groupId>
173173
<artifactId>maven-plugin-api</artifactId>
174-
<version>3.3.9</version>
174+
<version>3.5.2</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.apache.maven.plugin-tools</groupId>
178178
<artifactId>maven-plugin-annotations</artifactId>
179-
<version>3.4</version>
179+
<version>3.5</version>
180180
<scope>provided</scope>
181181
</dependency>
182182
<dependency>
@@ -187,19 +187,19 @@
187187
<dependency>
188188
<groupId>junit</groupId>
189189
<artifactId>junit</artifactId>
190-
<version>4.8.2</version>
190+
<version>4.12</version>
191191
<scope>test</scope>
192192
</dependency>
193193

194194
<dependency>
195195
<groupId>com.google.code.gson</groupId>
196196
<artifactId>gson</artifactId>
197-
<version>2.4</version>
197+
<version>2.6.1</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>com.ibm.g11n.pipeline</groupId>
201201
<artifactId>gp-java-client</artifactId>
202-
<version>1.1.3</version>
202+
<version>1.1.5</version>
203203
</dependency>
204204
<dependency>
205205
<groupId>com.ibm.g11n.pipeline</groupId>

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<packaging>pom</packaging>
99

1010
<name>Globalization Pipeline Tools</name>
11-
<description>Java client tools for Globalization Pipeline on IBM Bluemix.</description>
11+
<description>Java client tools for IBM Globalization Pipeline.</description>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616

17-
<url>https://github.com/IBM-Bluemix/gp-java-tools</url>
17+
<url>https://github.com/IBM-Cloud/gp-java-tools</url>
1818

1919
<licenses>
2020
<license>
@@ -33,9 +33,9 @@
3333
</developers>
3434

3535
<scm>
36-
<connection>scm:git:git@github.com:IBM-Bluemix/gp-java-tools.git</connection>
37-
<developerConnection>scm:git:git@github.com:IBM-Bluemix/gp-java-tools.git</developerConnection>
38-
<url>git@github.com:IBM-Bluemix/gp-java-tools.git</url>
36+
<connection>scm:git:git@github.com:IBM-Cloud/gp-java-tools.git</connection>
37+
<developerConnection>scm:git:git@github.com:IBM-Cloud/gp-java-tools.git</developerConnection>
38+
<url>git@github.com:IBM-Cloud/gp-java-tools.git</url>
3939
<tag>HEAD</tag>
4040
</scm>
4141

@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-dependency-plugin</artifactId>
59-
<version>2.10</version>
59+
<version>3.0.2</version>
6060
<executions>
6161
<execution>
6262
<id>analyze</id>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-compiler-plugin</artifactId>
77-
<version>3.6.0</version>
77+
<version>3.7.0</version>
7878
<configuration>
7979
<source>1.7</source>
8080
<target>1.7</target>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-javadoc-plugin</artifactId>
88-
<version>2.10.4</version>
88+
<version>3.0.0</version>
8989
<configuration>
9090
<encoding>UTF-8</encoding>
9191
</configuration>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-source-plugin</artifactId>
135-
<version>2.4</version>
135+
<version>3.0.1</version>
136136
<executions>
137137
<execution>
138138
<id>attach-sources</id>

0 commit comments

Comments
 (0)