Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit e6ce993

Browse files
committed
发布3.6.3
1 parent 3fd32c8 commit e6ce993

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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)
22
[![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~~)
44
[![license](https://img.shields.io/github/license/vert-x-cn/vertx-lang-jphp.svg)](https://www.apache.org/licenses/LICENSE-2.0)
55

66

@@ -16,14 +16,14 @@ Maven配置 / Maven pom.xml:
1616
<dependency>
1717
<groupId>tk.okou</groupId>
1818
<artifactId>vertx-lang-jphp</artifactId>
19-
<version>3.6.3-SNAPSHOT</version>
19+
<version>3.6.3</version>
2020
</dependency>
2121
```
2222

2323
Gradle配置 / Gradle build.gradle file:
2424
```groovy
2525
dependencies {
26-
compile 'tk.okou:vertx-lang-jphp:3.6.3-SNAPSHOT'
26+
compile 'tk.okou:vertx-lang-jphp:3.6.3'
2727
}
2828
```
2929

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>tk.okou</groupId>
1313
<artifactId>vertx-lang-jphp-parent</artifactId>
14-
<version>3.6.3-SNAPSHOT</version>
14+
<version>3.6.3</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Vert.x JPHP Language Support</name>
@@ -55,7 +55,7 @@
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5656
<junit.version>4.12</junit.version>
5757
<kotlin.version>1.2.50</kotlin.version>
58-
<stack.version>3.6.3-SNAPSHOT</stack.version>
58+
<stack.version>3.6.3</stack.version>
5959
<totalPHP>E:/okou/test/php/src</totalPHP>
6060
<generated-dir>${project.basedir}/src/main/generated/</generated-dir>
6161
<maven.compiler.source>1.8</maven.compiler.source>

vertx-lang-jphp-compiler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vertx-lang-jphp-parent</artifactId>
77
<groupId>tk.okou</groupId>
8-
<version>3.6.3-SNAPSHOT</version>
8+
<version>3.6.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

vertx-lang-jphp-gen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tk.okou</groupId>
77
<artifactId>vertx-lang-jphp-parent</artifactId>
8-
<version>3.6.3-SNAPSHOT</version>
8+
<version>3.6.3</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

vertx-lang-jphp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>tk.okou</groupId>
77
<!--<groupId>io.vertx</groupId>-->
88
<artifactId>vertx-lang-jphp-parent</artifactId>
9-
<version>3.6.3-SNAPSHOT</version>
9+
<version>3.6.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)