Skip to content

Commit

Permalink
1.0.0.PreRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbalanceyh committed Apr 25, 2024
1 parent 55c7ff4 commit a07ef0a
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zero-ecosystem</artifactId>
<groupId>io.zerows</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-common-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -64,7 +64,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-common-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -62,7 +62,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-common-trash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -39,7 +39,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-integration-feign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -57,7 +57,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-integration-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -43,7 +43,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-integration-sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-plugins-integration-sms</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-office-excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -50,7 +50,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-store-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -68,7 +68,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-store-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-plugins-store-liquibase</artifactId>
Expand Down Expand Up @@ -42,7 +42,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-store-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -49,7 +49,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-store-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -52,7 +52,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-store-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -62,7 +62,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-video-iqiy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-plugins-video-iqiy</artifactId>
Expand Down Expand Up @@ -39,7 +39,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down
4 changes: 2 additions & 2 deletions zero-plugins-websocket-stomp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zerows</groupId>
<artifactId>zero-equip</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zero-plugins-websocket-stomp</artifactId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<Embed-Transitive>true</Embed-Transitive>
<!--
在 JDK 9 之后,OSGI的打包会引起部分警告信息:
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0-SNAPSHOT :
[WARNING] Osgi io.zerows:zero-ams:bundle:1.0.0 :
Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info.class}
此错误信息在编译的时候不会有问题,但在IDEA识别时会阻拦IDEA的运行,如直接导致IDEA中无法启动应用,因此,
需要在打包的时候忽略此错误信息,具体配置如下:
Expand Down

0 comments on commit a07ef0a

Please sign in to comment.