Skip to content

Commit

Permalink
feat: update compare version
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdayuan1 committed Dec 27, 2024
1 parent f38b6a0 commit 05aeac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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 @@ -139,7 +139,7 @@
<parent>
<artifactId>arex-schedule-parent</artifactId>
<groupId>com.arextest</groupId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<profiles>
Expand Down Expand Up @@ -337,5 +337,5 @@
</properties>
</profile>
</profiles>
<version>2.0.4</version>
<version>2.0.5</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ public class ServiceInstanceOperation {

@JsonAlias("Name")
private String name;
@JsonAlias("RequestMessage")
private DefinedMessageFormatter requestMessage;
@JsonAlias("ResponseMessage")
private DefinedMessageFormatter responseMessage;
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<spring.boot.version>3.2.3</spring.boot.version>

<commons-lang3.version>3.3.2</commons-lang3.version>
<compare-sdk.version>0.2.18</compare-sdk.version>
<compare-sdk.version>0.2.19</compare-sdk.version>
<fastjson2.version>2.0.23</fastjson2.version>
<guava.version>29.0-jre</guava.version>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -317,5 +317,5 @@
<url>https://github.com/arextest/arex-replay-schedule</url>
</scm>
<url>https://github.com/arextest/arex-replay-schedule</url>
<version>2.0.4</version>
<version>2.0.5</version>
</project>

0 comments on commit 05aeac7

Please sign in to comment.