Skip to content

Commit

Permalink
fix: mongo conversion (#211)
Browse files Browse the repository at this point in the history
* fix: mongo conversion

* chore: bump version

* chore: bump version
  • Loading branch information
QizhengMo authored May 16, 2024
1 parent 2750a07 commit 560cccc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arex-storage-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.33</version>
<version>1.1.34</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion arex-storage-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.33</version>
<version>1.1.34</version>
</parent>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class AREXMocker implements Mocker {
* 1、Only for editing dependencies,the entry point ignored 2、During query, record the id of the
* mock, and use the id to associate data during comparison
*/
@Field(targetType = FieldType.STRING)
private String id;

/**
Expand Down
2 changes: 1 addition & 1 deletion arex-storage-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.33</version>
<version>1.1.34</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,5 @@
<url>https://github.com/arextest/arex-storage</url>
</scm>
<url>https://github.com/arextest/arex-storage</url>
<version>1.1.33</version>
<version>1.1.34</version>
</project>

0 comments on commit 560cccc

Please sign in to comment.