Skip to content

Commit

Permalink
[IMP] 修正master版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
戴高阔 committed May 26, 2023
1 parent 6c0d2f3 commit a796cb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>workflow-service</artifactId>
<version>2.5.0-alpha-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<url>https://github.com/choerodon/workflow-service</url>

<parent>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-framework-parent</artifactId>
<version>2.5.0-alpha-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ eureka:
leaseExpirationDurationInSeconds: 3
# 服务的一些元数据信息
metadata-map:
VERSION: 2.5.0-alpha-SNAPSHOT
VERSION: 2.5.0-SNAPSHOT
developer: ${EUREKA_INSTANCE_METADATA_MAP_DEVELOPER:}
client:
serviceUrl:
Expand Down

0 comments on commit a796cb3

Please sign in to comment.