Skip to content

Commit

Permalink
Feat/remove error msg (#327)
Browse files Browse the repository at this point in the history
* feat: remove errorMsg

* feat: add index

* feat: add index

---------

Co-authored-by: yushuwang <[email protected]>
  • Loading branch information
wildeslam and yushuwang authored Nov 16, 2023
1 parent 079869d commit cfbc91c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arex-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<parent>
<artifactId>arex-web</artifactId>
<groupId>com.arextest</groupId>
<version>0.6.0.8</version>
<version>0.6.0.9</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion arex-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
<parent>
<artifactId>arex-web</artifactId>
<groupId>com.arextest</groupId>
<version>0.6.0.8</version>
<version>0.6.0.9</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion arex-web-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
<parent>
<artifactId>arex-web</artifactId>
<groupId>com.arextest</groupId>
<version>0.6.0.8</version>
<version>0.6.0.9</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion arex-web-model-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<parent>
<artifactId>arex-web</artifactId>
<groupId>com.arextest</groupId>
<version>0.6.0.8</version>
<version>0.6.0.9</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion arex-web-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
<parent>
<artifactId>arex-web</artifactId>
<groupId>com.arextest</groupId>
<version>0.6.0.8</version>
<version>0.6.0.9</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,5 @@

<url>https://github.com/arextest/arex-report</url>

<version>0.6.0.8</version>
<version>0.6.0.9</version>
</project>

0 comments on commit cfbc91c

Please sign in to comment.