Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaoxu committed Dec 20, 2024
1 parent 7ce720d commit bba81b6
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.15</version>
<version>4.2.16</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.15</version>
<version>4.2.16</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.2.15</version>
<version>4.2.16</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.2.15</version>
<version>4.2.16</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.15</version>
<version>4.2.16</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.15</version>
<version>4.2.16</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.15</onex.version>
<onex.version>4.2.16</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.15</version>
<version>4.2.16</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.15</version>
<version>4.2.16</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.15</version>
<version>4.2.16</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.15</version>
<version>4.2.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket</artifactId>
Expand Down

0 comments on commit bba81b6

Please sign in to comment.