Skip to content

Commit 720eca0

Browse files
committed
Merge branch 'release/3.0.5.1'
2 parents 186accc + 512c0d7 commit 720eca0

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jdk:
55

66
env:
77
global:
8-
- SKIP_JDK8_MODULES='-pl !org.pacesys.openstack4j.connectors:openstack4j-http-connector,!org.pacesys.openstack4j.connectors:openstack4j-jersey2,!org.pacesys:it-jersey2'
8+
- SKIP_JDK8_MODULES='-pl !com.huawei.openstack4j.connectors:openstack4j-http-connector,!com.huawei.openstack4j.connectors:openstack4j-jersey2,!com.huawei:it-jersey2'
99
- DEPLOY=0
1010

1111
matrix:

connectors/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Instead of depending on the normal "openstack4j" artifactId, change the dependen
99

1010
```xml
1111
<dependency>
12-
<groupId>org.pacesys</groupId>
12+
<groupId>com.huawei</groupId>
1313
<artifactId>openstack4j-core</artifactId>
1414
<version>2.0.0-SNAPSHOT</version>
1515
</dependency>
@@ -20,7 +20,7 @@ Now choose a connector by adding the applicable dependency below:
2020
**Jersey 2**
2121
```xml
2222
<dependency>
23-
<groupId>org.pacesys.openstack4j.connectors</groupId>
23+
<groupId>com.huawei.openstack4j.connectors</groupId>
2424
<artifactId>openstack4j-jersey2</artifactId>
2525
<version>2.0.0-SNAPSHOT</version>
2626
</dependency>
@@ -29,7 +29,7 @@ Now choose a connector by adding the applicable dependency below:
2929
**Resteasy**
3030
```xml
3131
<dependency>
32-
<groupId>org.pacesys.openstack4j.connectors</groupId>
32+
<groupId>com.huawei.openstack4j.connectors</groupId>
3333
<artifactId>openstack4j-resteasy</artifactId>
3434
<version>2.0.0-SNAPSHOT</version>
3535
</dependency>
@@ -38,7 +38,7 @@ Now choose a connector by adding the applicable dependency below:
3838
**Apache HttpClient**
3939
```xml
4040
<dependency>
41-
<groupId>org.pacesys.openstack4j.connectors</groupId>
41+
<groupId>com.huawei.openstack4j.connectors</groupId>
4242
<artifactId>openstack4j-httpclient</artifactId>
4343
<version>2.0.0-SNAPSHOT</version>
4444
</dependency>
@@ -47,7 +47,7 @@ Now choose a connector by adding the applicable dependency below:
4747
**OKHttp**
4848
```xml
4949
<dependency>
50-
<groupId>org.pacesys.openstack4j.connectors</groupId>
50+
<groupId>com.huawei.openstack4j.connectors</groupId>
5151
<artifactId>openstack4j-okhttp</artifactId>
5252
<version>2.0.0-SNAPSHOT</version>
5353
</dependency>

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Maven
2929

3030
#### Latest Release (Stable)
3131

32-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pacesys/openstack4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.pacesys/openstack4j)
32+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.huawei/openstack4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.huawei/openstack4j)
3333

3434
OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the ability to choose the connector that you would like to use in your environment.
3535

3636
**Using OpenStack4j with the default Jersey2 Connector**
3737
```xml
3838
<dependency>
39-
<groupId>org.pacesys</groupId>
39+
<groupId>com.huawei</groupId>
4040
<artifactId>openstack4j</artifactId>
4141
<version>3.0.4</version>
4242
</dependency>
@@ -52,7 +52,7 @@ See notes above about connectors (same rules apply) to development branches.
5252

5353
```xml
5454
<dependency>
55-
<groupId>org.pacesys</groupId>
55+
<groupId>com.huawei</groupId>
5656
<artifactId>openstack4j</artifactId>
5757
<version>3.0.5-SNAPSHOT</version>
5858
</dependency>

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ mvn clean package install
3535

3636
```
3737
<dependency>
38-
<groupId>org.pacesys</groupId>
38+
<groupId>com.huawei</groupId>
3939
<artifactId>openstack4j</artifactId>
40-
<version>huawei-3.0.5</version>
40+
<version>3.0.5.1</version>
4141
</dependency>
4242
```
4343

docs/zh-cn/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Maven
2929

3030
#### Latest Release (Stable)
3131

32-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pacesys/openstack4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.pacesys/openstack4j)
32+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.huawei/openstack4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.huawei/openstack4j)
3333

3434
OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the ability to choose the connector that you would like to use in your environment.
3535

3636
**Using OpenStack4j with the default Jersey2 Connector**
3737
```xml
3838
<dependency>
39-
<groupId>org.pacesys</groupId>
39+
<groupId>com.huawei</groupId>
4040
<artifactId>openstack4j</artifactId>
4141
<version>3.0.4</version>
4242
</dependency>
@@ -52,7 +52,7 @@ See notes above about connectors (same rules apply) to development branches.
5252

5353
```xml
5454
<dependency>
55-
<groupId>org.pacesys</groupId>
55+
<groupId>com.huawei</groupId>
5656
<artifactId>openstack4j</artifactId>
5757
<version>3.0.5-SNAPSHOT</version>
5858
</dependency>

docs/zh-cn/quickstart.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mvn clean package install -DskipTests
5151

5252
通过以上命令,可以将 openstack4j安装到本地的Maven仓库中
5353

54-
!> 目前master分支上的版本号是 `OTC-3.0.5-SNAPSHOT`, 在SDK全部完成后,会修改成 `OTC-3.0.5`
54+
!> 目前master分支上的版本号是 `3.0.5.1`, 在SDK全部完成后,会修改成 `OTC-3.0.5`
5555

5656

5757
## 开始使用
@@ -63,18 +63,18 @@ mvn clean package install -DskipTests
6363
你可以简单的将如下依赖加入你的pom.xml中,这个依赖会自动使用默认的 `jersey2`作为Connector
6464
```xml
6565
<dependency>
66-
<groupId>org.pacesys</groupId>
66+
<groupId>com.huawei</groupId>
6767
<artifactId>openstack4j</artifactId>
68-
<version>OTC-3.0.5-SNAPSHOT</version>
68+
<version>3.0.5.1</version>
6969
</dependency>
7070
```
7171

7272
或者,你也可以引入 all-in-one jar
7373
```xml
7474
<dependency>
75-
<groupId>org.pacesys</groupId>
75+
<groupId>com.huawei</groupId>
7676
<artifactId>openstack4j</artifactId>
77-
<version>OTC-3.0.5-SNAPSHOT</version>
77+
<version>3.0.5.1</version>
7878
<classifier>withdeps</classifier>
7979
</dependency>
8080
```
@@ -84,16 +84,16 @@ OpenStack4j 被设计成一个模块化的系统,模块化其中的一个好
8484
```xml
8585
<!-- 引入 核心包 -->
8686
<dependency>
87-
<groupId>org.pacesys</groupId>
87+
<groupId>com.huawei</groupId>
8888
<artifactId>openstack4j-core</artifactId>
89-
<version>OTC-3.0.5-SNAPSHOT</version>
89+
<version>3.0.5.1</version>
9090
</dependency>
9191

9292
<!-- 引入 你想要的connector -->
9393
<dependency>
94-
<groupId>org.pacesys.openstack4j.connectors</groupId>
94+
<groupId>com.huawei.openstack4j.connectors</groupId>
9595
<artifactId>[connector-artifactId]</artifactId>
96-
<version>OTC-3.0.5-SNAPSHOT</version>
96+
<version>3.0.5.1</version>
9797
</dependency>
9898
```
9999

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy