Skip to content

Commit 670a211

Browse files
author
Evan Hu
committed
v.2.0.7
1 parent 790d14e commit 670a211

File tree

3 files changed

+3
-35
lines changed

3 files changed

+3
-35
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
os: linux
22
language: java
33
jdk:
4-
- oraclejdk11
4+
- oraclejdk8

docs/uploadJar.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -60,39 +60,7 @@
6060
```
6161
<dependency>
6262
<groupId>info.xiaomo</groupId>
63-
<artifactId>all</artifactId>
63+
<artifactId>gameCore</artifactId>
6464
<version>RELEASE</version>
6565
</dependency>
6666
```
67-
2. 单独引用
68-
```
69-
<dependency>
70-
<groupId>info.xiaomo</groupId>
71-
<artifactId>base</artifactId>
72-
<version>RELEASE</version>
73-
</dependency>
74-
75-
<dependency>
76-
<groupId>info.xiaomo</groupId>
77-
<artifactId>config</artifactId>
78-
<version>RELEASE</version>
79-
</dependency>
80-
81-
<dependency>
82-
<groupId>info.xiaomo</groupId>
83-
<artifactId>persist</artifactId>
84-
<version>RELEASE</version>
85-
</dependency>
86-
87-
<dependency>
88-
<groupId>info.xiaomo</groupId>
89-
<artifactId>logger</artifactId>
90-
<version>RELEASE</version>
91-
</dependency>
92-
93-
<dependency>
94-
<groupId>info.xiaomo</groupId>
95-
<artifactId>protocol</artifactId>
96-
<version>RELEASE</version>
97-
</dependency>
98-
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>info.xiaomo</groupId>
88
<artifactId>gameCore</artifactId>
9-
<version>2.0.6</version>
9+
<version>2.0.7</version>
1010
<name>gameCore</name>
1111

1212
<properties>

0 commit comments

Comments
 (0)