Skip to content

Commit

Permalink
chore: update the version of arex-storage-config (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhh authored Dec 13, 2023
1 parent 92280c8 commit 70d2f10
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion arex-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<parent>
<artifactId>arex-web</artifactId>
<groupId>com.arextest</groupId>
<version>0.6.0.13</version>
<version>0.6.0.14</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.13</version>
<version>0.6.0.14</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.13</version>
<version>0.6.0.14</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.13</version>
<version>0.6.0.14</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static class CaseSourceEnvironment {

private Integer caseSourceType;

private Map<String, Object> caseTags;
private Map<String, String> caseTags;

private Long caseStartTime;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ public class PlanStatistic {
private Integer totalServiceCount;
private String errorMessage;

private Map<String, String> caseTags;

private Map<String, Object> customTags;
}
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.13</version>
<version>0.6.0.14</version>
</parent>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ReportPlanStatisticCollection extends ModelBase {

private Integer caseSourceType;
private String caseRecordVersion;
private Map<String, Object> caseTags;
private Map<String, String> caseTags;
private Long caseStartTime;
private Long caseEndTime;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ReportPlanStatisticDto {

private Integer caseSourceType;

private Map<String, Object> caseTags;
private Map<String, String> caseTags;

private Long caseStartTime;

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<properties>
<arex-common.version>0.1.17</arex-common.version>
<arex-extension-interface.version>0.0.1</arex-extension-interface.version>
<arex-storage-config.version>1.0.40</arex-storage-config.version>
<arex-storage-config.version>1.0.50</arex-storage-config.version>
<arex-storage.version>1.0.45</arex-storage.version>
<caffeine.version>2.8.0</caffeine.version>
<commons-collections4.version>4.4</commons-collections4.version>
Expand Down Expand Up @@ -386,5 +386,5 @@

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

<version>0.6.0.13</version>
<version>0.6.0.14</version>
</project>

0 comments on commit 70d2f10

Please sign in to comment.