File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- /target /
2
- * .classpath
3
- * .project
4
- /.settings /
5
- * .csv
6
- /test-output /
7
- /.idea /
8
- * .iml
1
+ /target /
2
+ * .classpath
3
+ * .project
4
+ /.settings /
5
+ * .csv
6
+ /test-output /
7
+ /.idea /
8
+ * .iml
9
+ * .xml.versionsBackup
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ Maven 引用方式
16
16
<dependency>
17
17
<groupId>com.github.binarywang</groupId>
18
18
<artifactId>java-testdata-generator</artifactId>
19
- <version>1.1.1 </version>
19
+ <version>1.1.2 </version>
20
20
</dependency>
21
21
````
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.github.binarywang</groupId >
5
5
<artifactId >java-testdata-generator</artifactId >
6
- <version >1.1.1 </version >
6
+ <version >1.1.2 </version >
7
7
<packaging >jar</packaging >
8
8
<name >Java Test Data Generator Tools</name >
9
9
<description >Java Test Data Generator Tools</description >
You can’t perform that action at this time.
0 commit comments