Skip to content

Commit

Permalink
0.9.0 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbalanceyh committed May 2, 2023
1 parent 8c50ac2 commit 4376cc7
Show file tree
Hide file tree
Showing 58 changed files with 62 additions and 66 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ If you want to use Zero framework, you can add following dependency into you `po
<parent>
<artifactId>vertx-import</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
```

Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.vertxup</groupId>
<artifactId>vertx-zero</artifactId>
<version>0.9.1</version>
<version>0.9.0</version>
<name>「vertx-zero」Zero Framework</name>
<description>Vertx Zero Framework is a tool for Service Mesh Micro Service.</description>
<url>http://www.vertxup.cn</url>
Expand Down Expand Up @@ -2108,8 +2108,7 @@
</configuration>
</plugin>
<!-- Deploy Only -->
<!--
<plugin>
<!--<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven.plugin.pgp}</version>
<executions>
Expand All @@ -2126,8 +2125,7 @@
</configuration>
</execution>
</executions>
</plugin>
-->
</plugin>-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-gaia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-zero</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-gaia</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-gaia/vertx-ams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.vertxup</groupId>
<artifactId>vertx-gaia</artifactId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>

<artifactId>vertx-ams</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-gaia/vertx-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-gaia</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-co</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import io.horizon.eon.VString;
import io.horizon.uca.cache.Cc;
import io.horizon.uca.log.Annal;
import io.reactivex.Observable;
import io.vertx.core.json.JsonObject;
import io.vertx.up.eon.KName;
import io.vertx.up.fn.Fn;
import io.horizon.uca.log.Annal;
import io.vertx.up.util.Ut;

import java.util.Set;
Expand All @@ -16,9 +16,7 @@
* @author lang
*/
public class ZeroLime implements Node<ConcurrentMap<String, String>> {
/*
* Avoid dead-lock for internal
*/

private static final Annal LOGGER = Annal.get(ZeroLime.class);

private static final Cc<String, String> CC_INTERNAL = Cc.open();
Expand Down
2 changes: 1 addition & 1 deletion vertx-gaia/vertx-rx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-gaia</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Kernel:「vertx-rx」Reactive Container</name>
Expand Down
2 changes: 1 addition & 1 deletion vertx-gaia/vertx-tp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-gaia</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Kernel:「vertx-tp」Integration</name>
Expand Down
2 changes: 1 addition & 1 deletion vertx-gaia/vertx-up/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-gaia</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-up</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-zero</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-feign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-ftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-history/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-iqiy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-ifx-iqiy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-ifx-liquibase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-ifx-sms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-ifx/zero-ifx-stomp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-ifx</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-ifx-stomp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vertx-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-zero</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-import</artifactId>
Expand All @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<encoding>UTF-8</encoding>
<zero.version>0.9.0-SNAPSHOT</zero.version>
<zero.version>0.9.0</zero.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-zero</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-ambient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-atom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-battery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-crud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-erp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-fm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-graphic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-is/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-jet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-ke/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-lbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-pin/zero-psi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-pin</artifactId>
<groupId>cn.vertxup</groupId>
<version>0.9.1</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 4376cc7

Please sign in to comment.