Skip to content

Commit

Permalink
update sandbox to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HimitZH committed Nov 14, 2022
1 parent 4bb1315 commit b65415e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hoj-springboot/DataBackup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hoj-springboot</artifactId>
<groupId>top.hcode</groupId>
<version>4.4</version>
<version>4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hoj-backend</artifactId>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>top.hcode</groupId>
<artifactId>hoj-api</artifactId>
<version>4.4</version>
<version>4.5</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions hoj-springboot/JudgeServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hoj-springboot</artifactId>
<groupId>top.hcode</groupId>
<version>4.4</version>
<version>4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hoj-judgeServer</artifactId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>top.hcode</groupId>
<artifactId>hoj-api</artifactId>
<version>4.4</version>
<version>4.5</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hoj-springboot/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hoj-springboot</artifactId>
<groupId>top.hcode</groupId>
<version>4.4</version>
<version>4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hoj-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>top.hcode</groupId>
<artifactId>hoj-springboot</artifactId>
<version>4.4</version>
<version>4.5</version>
<modules>
<module>api</module>
<module>DataBackup</module>
Expand Down
Binary file renamed sandbox/SandBox-v1.5.6 → sandbox/SandBox-v1.6.0
Binary file not shown.

0 comments on commit b65415e

Please sign in to comment.