Skip to content

Commit

Permalink
Update version (#188)
Browse files Browse the repository at this point in the history
* chore: update version

* chore: update version

---------

Co-authored-by: yushuwang <[email protected]>
  • Loading branch information
wildeslam and yushuwang authored Oct 16, 2023
1 parent d5c539e commit 93ea60c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arex-schedule-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.arextest</groupId>
<artifactId>arex-schedule-parent</artifactId>
<version>1.0.38.3</version>
<version>1.0.38.4</version>
</parent>
<packaging>${packagingType}</packaging>
<artifactId>arex-schedule-web-api</artifactId>
<version>1.0.38.3</version>
<version>1.0.38.4</version>


<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion arex-schedule-web-api/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</RollingFile>
<NoSql name="Mongo4">
<ArexMongoDb4 capped="true" collectionSize="104857600"
connection="${sys:arex.mongo.uri}"
connection="${sys:arex.mongo.uri}"
/>
</NoSql>
<PrometheusAppender name="Prometheus" project="arex-schedule">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</modules>
<groupId>com.arextest</groupId>
<artifactId>arex-schedule-parent</artifactId>
<version>1.0.38.3</version>
<version>1.0.38.4</version>


<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 93ea60c

Please sign in to comment.