Skip to content

Commit

Permalink
upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaoxu committed Dec 16, 2024
1 parent f40b045 commit 3dc883f
Show file tree
Hide file tree
Showing 10 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.2.13</version>
<version>4.2.14</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.2.13</version>
<version>4.2.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coder</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.13</version>
<version>4.2.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
Expand All @@ -29,7 +29,7 @@
<weixin.version>4.6.0</weixin.version>
<aliyun-oss.version>3.18.1</aliyun-oss.version>
<huaweicloud-obs.version>3.24.9</huaweicloud-obs.version>
<aws-s3.version>2.29.31</aws-s3.version>
<aws-s3.version>2.29.34</aws-s3.version>
<poi.version>5.3.0</poi.version>
<poi-tl.version>1.12.2</poi-tl.version>
<easyexcel.version>4.0.3</easyexcel.version>
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.2.13</version>
<version>4.2.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>job</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.2.13</version>
<version>4.2.14</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.2.13</version>
<version>4.2.14</version>
<name>onex-boot</name>
<description>OneX Admin Boot</description>
<url>https://onex.nb6868.com/</url>
Expand Down Expand Up @@ -69,7 +69,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.2.13</onex.version>
<onex.version>4.2.14</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.2.13</version>
<version>4.2.14</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.2.13</version>
<version>4.2.14</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.2.13</version>
<version>4.2.14</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.2.13</version>
<version>4.2.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket</artifactId>
Expand Down

0 comments on commit 3dc883f

Please sign in to comment.