File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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```
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments