File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<properties >
49
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
- <maven .compiler.source>8 </maven .compiler.source>
51
- <maven .compiler.target>8 </maven .compiler.target>
52
- <solr .version>8.8.2 </solr .version>
50
+ <maven .compiler.source>11 </maven .compiler.source>
51
+ <maven .compiler.target>11 </maven .compiler.target>
52
+ <solr .version>8.10.1 </solr .version>
53
53
</properties >
54
54
55
55
<build >
56
56
<plugins >
57
- <plugin >
58
- <groupId >org.apache.maven.plugins</groupId >
59
- <artifactId >maven-compiler-plugin</artifactId >
60
- <version >3.8.1</version >
61
- <configuration >
62
- <source >1.8</source >
63
- <target >1.8</target >
64
- </configuration >
65
- </plugin >
66
57
<plugin >
67
58
<groupId >org.apache.maven.plugins</groupId >
68
59
<artifactId >maven-surefire-plugin</artifactId >
186
177
<plugin >
187
178
<groupId >org.apache.maven.plugins</groupId >
188
179
<artifactId >maven-javadoc-plugin</artifactId >
189
- <version >3.3.0 </version >
180
+ <version >3.3.1 </version >
190
181
<executions >
191
182
<execution >
192
183
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments