This repository was archived by the owner on Feb 22, 2022. It is now read-only.
File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/vert-x-cn/vertx-lang-jphp.svg?branch=3.6 )] ( https://travis-ci.org/vert-x-cn/vertx-lang-jphp )
2
2
[ ![ vertx-lang-jphp] ( https://img.shields.io/badge/vert.x3-jphp-blue.svg )] ( https://github.com/vert-x-cn/vertx-lang-jphp )
3
- [ ![ Sonatype Nexus (Snapshots)] ( https://img.shields.io/nexus/snapshots/https/oss.sonatype.org/tk.okou/vertx-lang-jphp.svg )] ( https://oss.sonatype.org/#nexus-search;gav~tk.okou~vertx-lang-jphp~3.6.3-SNAPSHOT ~~ )
3
+ [ ![ Sonatype Nexus (Snapshots)] ( https://img.shields.io/nexus/snapshots/https/oss.sonatype.org/tk.okou/vertx-lang-jphp.svg )] ( https://oss.sonatype.org/#nexus-search;gav~tk.okou~vertx-lang-jphp~3.6.3~~ )
4
4
[ ![ license] ( https://img.shields.io/github/license/vert-x-cn/vertx-lang-jphp.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
5
5
6
6
@@ -16,14 +16,14 @@ Maven配置 / Maven pom.xml:
16
16
<dependency >
17
17
<groupId >tk.okou</groupId >
18
18
<artifactId >vertx-lang-jphp</artifactId >
19
- <version >3.6.3-SNAPSHOT </version >
19
+ <version >3.6.3</version >
20
20
</dependency >
21
21
```
22
22
23
23
Gradle配置 / Gradle build.gradle file:
24
24
``` groovy
25
25
dependencies {
26
- compile 'tk.okou:vertx-lang-jphp:3.6.3-SNAPSHOT '
26
+ compile 'tk.okou:vertx-lang-jphp:3.6.3'
27
27
}
28
28
```
29
29
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >tk.okou</groupId >
13
13
<artifactId >vertx-lang-jphp-parent</artifactId >
14
- <version >3.6.3-SNAPSHOT </version >
14
+ <version >3.6.3</version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >Vert.x JPHP Language Support</name >
55
55
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
56
56
<junit .version>4.12</junit .version>
57
57
<kotlin .version>1.2.50</kotlin .version>
58
- <stack .version>3.6.3-SNAPSHOT </stack .version>
58
+ <stack .version>3.6.3</stack .version>
59
59
<totalPHP >E:/okou/test/php/src</totalPHP >
60
60
<generated-dir >${project.basedir} /src/main/generated/</generated-dir >
61
61
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >vertx-lang-jphp-parent</artifactId >
7
7
<groupId >tk.okou</groupId >
8
- <version >3.6.3-SNAPSHOT </version >
8
+ <version >3.6.3</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >tk.okou</groupId >
7
7
<artifactId >vertx-lang-jphp-parent</artifactId >
8
- <version >3.6.3-SNAPSHOT </version >
8
+ <version >3.6.3</version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<groupId >tk.okou</groupId >
7
7
<!-- <groupId>io.vertx</groupId>-->
8
8
<artifactId >vertx-lang-jphp-parent</artifactId >
9
- <version >3.6.3-SNAPSHOT </version >
9
+ <version >3.6.3</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments