Skip to content

Commit d56a8f6

Browse files
committed
发布1.1.2版本
1 parent 601c73a commit d56a8f6

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Maven 引用方式
1616
<dependency>
1717
<groupId>com.github.binarywang</groupId>
1818
<artifactId>java-testdata-generator</artifactId>
19-
   <version>1.1.1</version>
19+
   <version>1.1.2</version>
2020
</dependency>
2121
````

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.binarywang</groupId>
55
<artifactId>java-testdata-generator</artifactId>
6-
<version>1.1.1</version>
6+
<version>1.1.2</version>
77
<packaging>jar</packaging>
88
<name>Java Test Data Generator Tools</name>
99
<description>Java Test Data Generator Tools</description>

0 commit comments

Comments
 (0)