File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed
Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >org.htmlunit</groupId >
77 <artifactId >htmlunit-websocket-client</artifactId >
8- <version >3.12 .0-SNAPSHOT</version >
8+ <version >4.0 .0-SNAPSHOT</version >
99
1010 <name >HtmlUnit WebSocket Client</name >
1111 <organization >
4040
4141 <build >
4242 <plugins >
43+ <plugin >
44+ <groupId >org.apache.maven.plugins</groupId >
45+ <artifactId >maven-enforcer-plugin</artifactId >
46+ <version >3.4.1</version >
47+ <executions >
48+ <execution >
49+ <id >enforce-maven</id >
50+ <goals >
51+ <goal >enforce</goal >
52+ </goals >
53+ <configuration >
54+ <rules >
55+ <requireMavenVersion >
56+ <version >3.6.3</version >
57+ </requireMavenVersion >
58+ <requireJavaVersion >
59+ <version >1.8.0</version >
60+ </requireJavaVersion >
61+ </rules >
62+ </configuration >
63+ </execution >
64+ </executions >
65+ </plugin >
4366 <plugin >
4467 <groupId >org.apache.maven.plugins</groupId >
4568 <artifactId >maven-jar-plugin</artifactId >
5679 <plugin >
5780 <groupId >org.apache.maven.plugins</groupId >
5881 <artifactId >maven-shade-plugin</artifactId >
59- <version >3.5.1 </version >
82+ <version >3.5.2 </version >
6083 <executions >
6184 <execution >
6285 <phase >package</phase >
114137 <plugin >
115138 <groupId >org.apache.maven.plugins</groupId >
116139 <artifactId >maven-javadoc-plugin</artifactId >
117- <version >3.6.0 </version >
140+ <version >3.6.3 </version >
118141 <configuration >
119142 <quiet >true</quiet >
120143 <!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->
138161 <plugin >
139162 <groupId >org.apache.maven.plugins</groupId >
140163 <artifactId >maven-gpg-plugin</artifactId >
141- <version >3.1.0 </version >
164+ <version >3.2.2 </version >
142165 <executions >
143166 <execution >
144167 <phase >verify</phase >
You can’t perform that action at this time.
0 commit comments