Skip to content

Commit 051f787

Browse files
committed
更新1.4.2版本
1 parent 2eb519c commit 051f787

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>com.github.davidfantasy</groupId>
1212
<artifactId>mybatis-plus-generator-ui</artifactId>
13-
<version>1.4.1</version>
13+
<version>1.4.2</version>
1414
<scope>test</scope>
1515
</dependency>
1616
```

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.davidfantasy</groupId>
66
<artifactId>mybatis-plus-generator-ui</artifactId>
7-
<version>1.4.1</version>
7+
<version>1.4.2</version>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<name>mybatis-plus-generator-ui</name>
@@ -124,6 +124,7 @@
124124
<plugins>
125125
<plugin>
126126
<artifactId>maven-compiler-plugin</artifactId>
127+
<version>3.8.1</version>
127128
<configuration>
128129
<source>${java.version}</source>
129130
<target>${java.version}</target>
@@ -170,6 +171,7 @@
170171
<plugin>
171172
<groupId>org.apache.maven.plugins</groupId>
172173
<artifactId>maven-source-plugin</artifactId>
174+
<version>3.2.1</version>
173175
<executions>
174176
<execution>
175177
<phase>package</phase>

0 commit comments

Comments
 (0)