Skip to content

Commit

Permalink
release 4.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaoxu committed Jan 16, 2025
1 parent c6d5ace commit b940b19
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>job</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knife4j-openapi3-jakarta-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>

<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion msg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>msg</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>
<groupId>com.nb6868.onex</groupId>
<artifactId>onex-boot</artifactId>
<version>4.3.7</version>
<version>4.3.8</version>
<name>onex-boot</name>
<description>OneX Admin Boot</description>
<url>https://onex.nb6868.com/</url>
Expand Down Expand Up @@ -70,7 +70,7 @@
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<!-- libs -->
<shiro.version>2.0.2</shiro.version>
<onex.version>4.3.7</onex.version>
<onex.version>4.3.8</onex.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sys</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tunnel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tunnel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>uc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>onex-boot</artifactId>
<groupId>com.nb6868.onex</groupId>
<version>4.3.7</version>
<version>4.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket</artifactId>
Expand Down

0 comments on commit b940b19

Please sign in to comment.